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

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public int iSetExtClipPLY(
	int i1,
	string str2,
	CPLY oPLY3
)

Parameters

i1
Type: SystemInt32
Extended ClipPLY number, If >= iNumExtClipPLY_MVIEW(View) it will be added to the end of the current list
str2
Type: SystemString
Name (Has to be unique, otherwise error will be returned)
oPLY3
Type: GeoEngine.Core.GXNetCPLY
PLY object to set, use (PLY)0 to rename an existing object

Return Value

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