Click or drag to resize

CMVIEWColSymbol Method

Add a colored symbol object to a view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ColSymbol(
	string name,
	CCSYMB csymb
)

public void ColSymbol(
	string name,
	CCSYMB csymb
)

Parameters

name
Type: SystemString
Name of the color symbol group
csymb
Type: GeoEngine.Core.GXNetXCCSYMB
CSYMB object
See Also