Click or drag to resize
CDMPPLYGetJoins Method
Get join lines for each vertex in a specific 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
If a specific vertex is not joined, the returned value is 0. If the vertex is joined, then the index of the join line (1 to NJoins) is returned.
Syntax
public void GetJoins(
	int p,
	CVV vv
)

Parameters

p
Type: SystemInt32
Polygon number (1 to N)
vv
Type: GeoEngine.Core.GXNetXCVV
INT VV of join indices (1 to NJoins).
See Also