Click or drag to resize
CMVIEWClassifiedSymbols Method
Plot classified symbols

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
For example, to plot three levels <95, 95-100 and 100-120, three string arguments would be: "95,100,120" maximums of each class "2.0,2.5,3.0" sizes in mm "y,g,r" fill colors
Syntax
public void ClassifiedSymbols(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double scal_mm,
	double zmin,
	string zval,
	string size,
	string fcol
)

Parameters

vv_x
Type: GeoEngine.Core.GXNetXCVV
X VV
vv_y
Type: GeoEngine.Core.GXNetXCVV
Y VV
vv_z
Type: GeoEngine.Core.GXNetXCVV
Data VV
scal_mm
Type: SystemDouble
Scale factor to convert mm to view units
zmin
Type: SystemDouble
Classified minimum Z to plot
zval
Type: SystemString
Comma delimited list of Z maximums
size
Type: SystemString
Comma delimited list of sizes in mm
fcol
Type: SystemString
Comma delimited list of color strings
See Also