Click or drag to resize

CMVIEWClassifiedSymbols Method

Plot classified symbols

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ClassifiedSymbols(
	CVV vv_x,
	CVV vv_y,
	CVV vv_z,
	double scal_mm,
	double zmin,
	string zval,
	string size,
	string fcol
)

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
Remarks
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
See Also