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

Available since Oasis montaj version: 5.0.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static void ColorBar(
	CMVIEW oMVIEW1,
	CITR oITR2,
	int i3,
	double d4,
	double d5,
	double d6,
	double d7,
	double d8
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oITR2
Type: GeoEngine.Core.GXNetCITR
Itr
i3
Type: SystemInt32
decimals
d4
Type: SystemDouble
annotation offset from box in mm.
d5
Type: SystemDouble
box height
d6
Type: SystemDouble
box width
d7
Type: SystemDouble
X location (bottom left corner of colour boxes)
d8
Type: SystemDouble
Y location
See Also