Click or drag to resize
CMVUColorBar Method
Create a Color Bar in view

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public static void ColorBar(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CITR itr,
	int decimal,
	double ann,
	double height,
	double width,
	double x,
	double y
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
mview
Type: GeoEngine.Core.GXNetXCMVIEW
View
itr
Type: GeoEngine.Core.GXNetXCITR
Itr
decimal
Type: SystemInt32
Decimals
ann
Type: SystemDouble
Annotation offset from box in mm.
height
Type: SystemDouble
Box height
width
Type: SystemDouble
Box width
x
Type: SystemDouble
X location (bottom left corner of color boxes)
y
Type: SystemDouble
Y location
See Also