Click or drag to resize

CMVIEWGetColSymbol Method

Get an existing colored symbol object from the view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public CCSYMB GetColSymbol(
	int group
)

public CCSYMB GetColSymbol(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

Type: CCSYMB
CSYMB object
Remarks
This method returns a cached object owned by the MVIEW and will be destroyed automatically when the MVIEW is disposed
See Also