IEnumTGHitInfo Interface

Provides access to members that interate through topology elements.

Members

Name Description
Read-only property Count Number of topology elements.
Method Next Iterates to the next topology element.
Method Reset Resets enumerator.

IEnumTGHitInfo.Count Property

Number of topology elements.

Public ReadOnly Property Count As Integer
public int Count {get;}

IEnumTGHitInfo.Next Method

Iterates to the next topology element.

Public Sub Next ( _
    ByRef hitElement As ITopologyElement, _
    ByRef hitPoint As IPoint, _
    ByRef hitDistance As Double _
)
public void Next (
    ref ITopologyElement hitElement,
    ref IPoint hitPoint,
    ref double hitDistance
);

IEnumTGHitInfo.Reset Method

Resets enumerator.

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

Classes that implement IEnumTGHitInfo

Classes Description

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