Click or drag to resize
CMVUColorBarHor2Style Method
Create a Horizontal Color Bar from two ITRs with style options

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 ColorBarHor2Style(
	CMVIEW oMVIEW1,
	CITR oITR2,
	CITR oITR3,
	int i4,
	double d5,
	double d6,
	double d7,
	double d8,
	double d9,
	int i10,
	int i11
)

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