Provides access to members that control TIN edge enumerators.
Members
Name | Description | |
---|---|---|
Next | Gets next edge element. | |
QueryNext | Queries next edge element. | |
QueryNextAsWKSPointZs | Queries next edge element as a WKS point with z values. | |
QueryNextAsWKSPointZs2 | Queries next edge element as a WKS point with z values. | |
Reset | Resets the enumerator. |
IEnumTinEdge.Next Method
Gets next edge element.
Public Function Next ( _
) As ITinEdge
public ITinEdge Next (
);
IEnumTinEdge.QueryNext Method
Queries next edge element.
Public Sub QueryNext ( _
ByVal pEdge As ITinEdge _
)
public void QueryNext (
ITinEdge pEdge
);
IEnumTinEdge.QueryNextAsWKSPointZs Method
Queries next edge element as a WKS point with z values.
Public Sub QueryNextAsWKSPointZs ( _
ByRef pFrom As WKSPointZ, _
ByRef pTo As WKSPointZ, _
ByRef pbIsEnd As Boolean _
)
public void QueryNextAsWKSPointZs (
ref WKSPointZ pFrom,
ref WKSPointZ pTo,
ref bool pbIsEnd
);
IEnumTinEdge.QueryNextAsWKSPointZs2 Method
Queries next edge element as a WKS point with z values.
Public Sub QueryNextAsWKSPointZs2 ( _
ByRef pTriangleIndex As Integer, _
ByRef pEdgeIndex As Integer, _
ByRef pFrom As WKSPointZ, _
ByRef pTo As WKSPointZ, _
ByRef pbIsEnd As Boolean _
)
public void QueryNextAsWKSPointZs2 (
ref int pTriangleIndex,
ref int pEdgeIndex,
ref WKSPointZ pFrom,
ref WKSPointZ pTo,
ref bool pbIsEnd
);
IEnumTinEdge.Reset Method
Resets the enumerator.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumTinEdge
Classes | Description |
---|---|
TinEdgeEnumerator | The Esri TinEdgeEnumerator component. |