IEnumTinEdge Interface

Provides access to members that control TIN edge enumerators.

Members

Name Description
Method Next Gets next edge element.
Method QueryNext Queries next edge element.
Method QueryNextAsWKSPointZs Queries next edge element as a WKS point with z values.
Method QueryNextAsWKSPointZs2 Queries next edge element as a WKS point with z values.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.