Click or drag to resize

CMVIEWGetExtClipPLY Method

Get an extended clip PLY object used by this view.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetExtClipPLY(
	int ext_ply,
	CPLY ply
)

public void GetExtClipPLY(
	int ext_ply,
	CPLY ply
)

Parameters

ext_ply
Type: SystemInt32
Extended ClipPLY number
ply
Type: GeoEngine.Core.GXNetCPLY
PLY object to get
See Also