Click or drag to resize

CMVIEW.SetGroupExtClipPLY Method

Sets extended clip information for group in view.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void SetGroupExtClipPLY(
	string group,
	int ext_ply
)

public void SetGroupExtClipPLY(
	string group,
	int ext_ply
)

Parameters

group
Type: System.String
Group Name
ext_ply
Type: System.Int32
Extended PLY number (-1 to clear)
See Also