ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEditor Class
Properties Methods


In This Topic
    TinEditor Class Members
    In This Topic

    The following tables list the members exposed by TinEditor.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Indicates if the TIN editor is in edit mode.  
    Top
    Public Methods
     NameDescription
    Public Method Adds features from a feature class to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a geometry to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds a geometry to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds points as nodes to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverloaded.   
    Public Method Adds a 3D point as a node to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds polygons to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds polygons to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds polylines to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Adds polylines to the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Methodstatic (Shared in Visual Basic) Creates a new TIN editor instance. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes all edge tag values in the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes the specified node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes all data nodes that are outside of the data area. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes all data node tag values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Deletes all triangle tag values in the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Saves the TIN to disk using the specified name. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Saves edits to disk. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the tag value of the specified triangle edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the edge type of the specified triangle edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the tag value of the specified node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the z-value of the specified node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets a copy of the input spatial reference in the TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the triangulation method to constrained Delaunay from this point forward. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the specified triangle within the TIN interpolation zone. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the specified triangle outside the TIN interpolation zone. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the tag value of the specified triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Puts the TIN editor in edit mode. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Terminates edit mode. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also