Click or drag to resize

CMVIEWGetVECTOR3D Method

Get an existing VECTOR3D object from the view.

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

public CVECTOR3D GetVECTOR3D(
	int group
)

Parameters

group
Type: SystemInt32
Group number

Return Value

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