Click or drag to resize

CDMPPLYiNumVertices Method

Get the number of vertices in a polygon.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public int iNumVertices(
	int p
)

public int iNumVertices(
	int p
)

Parameters

p
Type: SystemInt32
Polygon number (1 to NP)

Return Value

Type: Int32
Number of vertices in a polygon
Remarks
The value returned is the "NV" used in function descriptions below.
See Also