Click or drag to resize
CMVUColorBar2 Method
Create a Color Bar from two ITR

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)
Notes
The secondary ITR is used to blend horizontally with the primary ITR in each box.
Syntax
public static void ColorBar2(
	CMVIEW oMVIEW1,
	CITR oITR2,
	CITR oITR3,
	int i4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9
)

Parameters

oMVIEW1
Type: GeoEngine.Core.GXNetCMVIEW
View
oITR2
Type: GeoEngine.Core.GXNetCITR
ITR
oITR3
Type: GeoEngine.Core.GXNetCITR
Secondary ITR
i4
Type: SystemInt32
decimals
d5
Type: SystemDouble
annotation size
d6
Type: SystemDouble
box height
d7
Type: SystemDouble
box width
d8
Type: SystemDouble
X location (bottom left corner of colour boxes)
d9
Type: SystemDouble
Y location
See Also