Click or drag to resize
CMVIEWClassifiedSymbols Method
Plot classified symbols

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.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 colours
Syntax
public void ClassifiedSymbols(
	CVV oVV1,
	CVV oVV2,
	CVV oVV3,
	double d4,
	double d5,
	string str6,
	string str7,
	string str8
)

Parameters

oVV1
Type: GeoEngine.Core.GXNetCVV
X VV
oVV2
Type: GeoEngine.Core.GXNetCVV
Y VV
oVV3
Type: GeoEngine.Core.GXNetCVV
Data VV
d4
Type: SystemDouble
scale factor to convert mm to view units
d5
Type: SystemDouble
Classified minimum Z to plot
str6
Type: SystemString
comma delimited list of Z maximums
str7
Type: SystemString
comma delimited list of sizes in mm
str8
Type: SystemString
comma delimited list of colour strings
See Also