ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNodeCursor Class
Properties Methods


In This Topic
    TinNodeCursor Class Members
    In This Topic

    The following tables list the members exposed by TinNodeCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current TinNode in this TinNodeCursor.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodAdvances to the next TinNode in this TinNodeCursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodResets this TinNodeCursor to its original state, i.e. to the beginning of the set it was created from. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also