Click or drag to resize
CDMPPLYiNumVertices Method
Get the number of vertices in a polygon.

Available since Oasis montaj version: 6.0
License: Available to anyone with an Oasis Montaj license.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
The value returned is the "NV" used in function descriptions below.
Syntax
public int iNumVertices(
	int p
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)

Return Value

Type: Int32
Number of vertices in a polygon
See Also