Click or drag to resize
CMVIEWiSetExtClipPLY Method
Set an extended clip PLY object used by this view.

Available since Oasis montaj version: 6.0
License: Available to anyone.  

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

Parameters

ext_ply
Type: SystemInt32
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: SystemString
Name (Has to be unique, otherwise error will be returned)
ply
Type: GeoEngine.Core.GXNetXCPLY
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