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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
The secondary ITR is used to blend horizontally with the primary ITR in each box.
Syntax
public static void ColorBar2(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CITR itr,
	CITR itr2,
	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
itr2
Type: GeoEngine.Core.GXNetXCITR
Secondary ITR
decimal
Type: SystemInt32
Decimals
ann
Type: SystemDouble
Annotation size
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