Click or drag to resize

CMVIEWCSYMB3D Method

Add a 3D coloured symbol (CSYMB3D) object to the view.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void CSYMB3D(
	CCSYMB3D CSYMB3D,
	string name
)

public void CSYMB3D(
	CCSYMB3D CSYMB3D,
	string name
)

Parameters

CSYMB3D
Type: GeoEngine.Core.GXNetCCSYMB3D
name
Type: SystemString
Name Maximum length is <define>MVIEW_NAME_LENGTH</define>
See Also