ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinNode Class
Properties Methods


In This Topic
    TinNode Class Members
    In This Topic

    The following tables list the members exposed by TinNode.

    Public Properties
     NameDescription
    Public PropertyGets a ArcGIS.Core.Geometry.Coordinate2D structure with the X and Y values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets a ArcGIS.Core.Geometry.Coordinate3D structure with the X, Y, and Z values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden. Gets the TinElementType of this instance. Always returns TinElementType.Node.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverridden.  Gets a value indicating if this TIN node has Z-less vertices. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the index number of this TIN element. The base index number for TIN elements is 1. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement)
    Public PropertyOverridden.  Gets a value indicating whether or not this element is empty. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden. Gets if this element is within the interpolation zone or the data area of the TIN. See TinDataset.GetDataArea. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets if this node is on the TIN domain boundary. That is, if it is on the boundary of the interpolation zone or data area. See TinDataset.GetDataArea. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets the length of this TIN element. The length is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement)
    Public PropertyOverridden.  Gets the node count of the element. Always returns 1.  
    Public Property Gets the source of this TIN node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden.  Gets the tag value of this TIN node. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets all the node indices that are next to this node; that is that are connected to this node by TIN edges. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the nodes that are next to this node; that is that are connected to this node by TIN edges. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the degree of this TIN node. The degree of a node is the number of edges that are incident to it. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the edge indices that share this node as their "from" node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the edges that share this node as their "from" node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the triangle indices which reference this node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets all the triangles which reference this node. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the Voronoi polygon region for this node. The Voronoi region (also known as Thiessen or proximal polygon) encloses an area that is closer to the source node than to any other node in the triangulation. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCompares two TinElement for equality. Compares ElementType and Index. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement)
    Public MethodOverridden.  Gets if this element is inside the specified extent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodGets a ArcGIS.Core.Geometry.MapPoint with the X, Y and Z values. The spatial reference of the returned point is set to the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference.  
    Top
    See Also