Click or drag to resize

CMVIEW.iSetExtClipPLY Method

Set an extended clip PLY object used by this view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iSetExtClipPLY(
	int ext_ply,
	string name,
	CPLY ply
)

public int iSetExtClipPLY(
	int ext_ply,
	string name,
	CPLY ply
)

Parameters

ext_ply
Type: System.Int32
Extended ClipPLY number, If greater or equal to the return value of iNumExtClipPLY_MVIEW it will be added to the end of the current list
name
Type: System.String
Name (Has to be unique, otherwise error will be returned)
ply
Type: GeoEngine.Core.GXNetX.CPLY
PLY object to set, use a null PLY to rename an existing object

Return Value

Type: Int32
Index of new or changed PLY, -1 on error
See Also