Click or drag to resize
CMVIEWColorDescr Method (CGXNETCore, Int32, String, Int32)
Convert a color to a color string label

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
See iColor_MVIEW.
Syntax
public static void ColorDescr(
	CGXNETCore gxNetShared,
	int color,
	ref string color_descr,
	int length
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
color
Type: SystemInt32
COL_ANY variable
color_descr
Type: SystemString
Color descriptor returned
length
Type: SystemInt32
Length of the string
See Also