 | CDMPPLYGetJoins Method |
Get join lines for each vertex in a specific polygon.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void GetJoins(
int p,
CVV vv
)
public void GetJoins(
int p,
CVV vv
)
Public Sub GetJoins (
p As Integer,
vv As CVV
)
Public Sub GetJoins (
p As Integer,
vv As CVV
)
public:
void GetJoins(
int p,
CVV^ vv
)
public:
void GetJoins(
int p,
CVV^ vv
)
member GetJoins :
p : int *
vv : CVV -> unit
member GetJoins :
p : int *
vv : CVV -> unit
Parameters
- p
- Type: SystemInt32
Polygon number (1 to N) - vv
- Type: GeoEngine.Core.GXNetXCVV
INT VV of join indices (1 to NJoins).
Remarks
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.
See Also