IEnumTinNode Interface

Provides access to members that control TIN node enumerators.

Members

Name Description
Method Next Gets next node element.
Method QueryNext Queries next node element.
Method QueryNextAsWKSPointZ Queries next node element as a WKS point with z values.
Method QueryNextAsWKSPointZ2 Queries next node element as a WKS point with z values.
Method Reset Resets the enumerator.

IEnumTinNode.Next Method

Gets next node element.

Public Function Next ( _
) As ITinNode
public ITinNode Next (
);

IEnumTinNode.QueryNext Method

Queries next node element.

Public Sub QueryNext ( _
    ByVal pNode As ITinNode _
)
public void QueryNext (
    ITinNode pNode
);

IEnumTinNode.QueryNextAsWKSPointZ Method

Queries next node element as a WKS point with z values.

Public Sub QueryNextAsWKSPointZ ( _
    ByRef pPoint As WKSPointZ, _
    ByRef pbIsEnd As Boolean _
)
public void QueryNextAsWKSPointZ (
    ref WKSPointZ pPoint,
    ref bool pbIsEnd
);

IEnumTinNode.QueryNextAsWKSPointZ2 Method

Queries next node element as a WKS point with z values.

Public Sub QueryNextAsWKSPointZ2 ( _
    ByRef pTriangleIndex As Integer, _
    ByRef pPoint As WKSPointZ, _
    ByRef pbIsEnd As Boolean _
)
public void QueryNextAsWKSPointZ2 (
    ref int pTriangleIndex,
    ref WKSPointZ pPoint,
    ref bool pbIsEnd
);

IEnumTinNode.Reset Method

Resets the enumerator.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumTinNode

Classes Description
TinNodeEnumerator The Esri TinNodeEnumerator component.

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