Click or drag to resize
CMVUColorBarHor2 Method
Create a Horizontal Color Bar from two ITRs

Available since Oasis montaj version: 5.1.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 ColorBarHor2(
	CMVIEW oMVIEW1,
	CITR oITR2,
	CITR oITR3,
	int i4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	int i10
)

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
i10
Type: SystemInt32
See COLORBAR_LABELConstant
See Also