Provides access to members that interate through topology elements.
Members
| Name | Description | |
|---|---|---|
![]() |
Count | Number of topology elements. |
![]() |
Next | Iterates to the next topology element. |
![]() |
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 |
|---|

