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


In This Topic
    TinTriangleCursor Class Members
    In This Topic

    The following tables list the members exposed by TinTriangleCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current TinTriangle in this TinTriangleCursor.  
    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 TinTriangle in this TinTriangleCursor. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodResets this TinTriangleCursor 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