Click or drag to resize

CMVIEWGetCSYMB3D Method

Get an existing 3D coloured symbol CSYMB3D object from the view.

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

public CCSYMB3D GetCSYMB3D(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

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