ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinDataset Class


In This Topic
    TinDataset Class Methods
    In This Topic

    For a list of all members of this type, see TinDataset members.

    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the data area of the TIN as a Z-aware polygon. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the data store of this dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the TinDatasetDefinition of this TIN dataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the edge specified by the index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of edges in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets an ArcGIS.Core.Geometry.Envelope representing the maximum extent of the data that has been stored in the TinDataset. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the full 2D-extent of the TIN including NODATA nodes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the TIN is empty. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the name of the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the set of nodes that are the natural neighbors of the specified point. The natural neighbors of a point are the nodes it would connect with to form triangles if it were inserted in the triangulation. They are the closest surrounding nodes in all directions. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the nearest edge to the specified point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the nearest node to the specified point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the node specified by the index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of nodes in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of outside edges in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of outside nodes in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of outside triangles in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the URI path to the dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public MethodGets the ArcGIS.Core.Data.RegistrationType of a dataset. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Dataset)
    Public Method Gets the full extent of the TIN based on the super nodes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the triangle specified by the index. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the triangle at the specified point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the number of triangles in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all triangles whose circumscribed circle contains the specified point. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the version of this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the Z unit conversion factor for this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if any edges have tags in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if there are any hard edges in this TIN. Hard and soft edges are enforced in the triangulation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if any nodes have tags in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if there are any soft edges in this TIN. Hard and soft edges are enforced in the triangulation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if any triangles have tags in this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRetrieves the edges in the TIN that satisfy the criteria set in the filter. If no filter is set, all edges will be retrieved. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRetrieves the nodes in the TIN that satisfy the criteria set in the filter. If no filter is set, all nodes will be retrieved. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodRetrieves the triangles in the TIN that satisfy the criteria set in the filter. If no filter is set, all triangles will be retrieved. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Sets the Z unit conversion factor for this TIN. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets if the TIN is defined using the Constrained Delaunay triangulation technique. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Extension Methods
     NameDescription
    Public Extension Method Gets the CIMDataConnection for the specified dataset. This method must be called on the MCT. Use QueuedTask.Run.
    Top
    See Also