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


In This Topic
    TinTriangle Class Members
    In This Topic

    The following tables list the members exposed by TinTriangle.

    Public Properties
     NameDescription
    Public PropertyGets the area of this TIN triangle. The area is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets the 3D area of this TIN triangle. The area is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the aspect of this TIN triangle in radians. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the edges of this TIN triangle. The edges are ordered in a clockwise direction. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden. Gets the TinElementType of this instance. Always returns TinElementType.Triangle.  
    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 element 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 Property Gets the intensity (i.e. brightness value) of this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    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 PropertyOverridden. Gets the length (i.e. perimeter) of this TIN triangle. The length is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyGets the 3D length (i.e. perimeter) of this TIN triangle. The length is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden.  Gets the node count of the element. Always returns 3.  
    Public Property Gets the nodes of this TIN triangle. The nodes are ordered in a clockwise direction. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the slope of this TIN triangle in radians. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the slope of this TIN triangle as a percent. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden.  Gets the tag value of this TIN triangle. 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 the list of triangle indices adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the list of triangles adjacent to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the centroid of this TIN triangle as determined by averaging the coordinates of its vertices. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the circle whose boundary passes through all three of the triangle's nodes. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the vector normal to this TIN triangle. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the set of coordinates for this TIN triangle that falls within the specified Z values. Use these coordinates to build a 3D polygonal definition for the area of the triangle that falls within the specified Z values. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the vector normal to this TIN triangle, adjusted to a magnitude of one. 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 this TIN triangle as a ArcGIS.Core.Geometry.Polygon. The spatial reference of the returned polygon is set to the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also