Click or drag to resize

CMVIEWGetGroupExtClipPLY Method

Gets extended clip information for group in view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetGroupExtClipPLY(
	string group,
	ref int ext_ply
)

public void GetGroupExtClipPLY(
	string group,
	ref int ext_ply
)

Parameters

group
Type: SystemString
Group Name
ext_ply
Type: SystemInt32
Extended PLY number (returned, -1 if not set)
See Also