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
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 ColorBarHor2Style(
	CGXNETCore gxNetShared,
	CMVIEW mview,
	CITR itr,
	CITR itr2,
	int decimal,
	double ann,
	double height,
	double width,
	double x,
	double y,
	int style,
	int label_orient
)

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
style
Type: SystemInt32
<define>COLORBAR_STYLE</define>
label_orient
Type: SystemInt32
<define>COLORBAR_LABEL</define>
See Also