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


In This Topic
    TinEdge Class Properties
    In This Topic

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

    Public Properties
     NameDescription
    Public Property Gets the azimuth direction of this TIN edge in radians. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the type of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden. Gets the TinElementType of this instance. Always returns TinElementType.Edge.  
    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 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 Property Gets the triangle on the left (opposite) side of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public PropertyOverridden. Gets the length of this TIN edge. 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 of this TIN edge. 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 2.  
    Public Property Gets the nodes of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the triangle on the right side of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets the tag value of this TIN element. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement)
    Top
    See Also