ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Analyst3D Namespace / TinEdge Class
Properties Methods


In This Topic
    TinEdge Class Members
    In This Topic

    The following tables list the members exposed by TinEdge.

    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
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the corresponding edge of the triangle opposite to this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the edge beginning at the "toNode" of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the edge terminating at the "fromNode" of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the next edge in the triangle. The next edge is in the clockwise direction. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method Gets the previous edge in the triangle. The previous edge is counter-clockwise to this TIN edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodCompares two TinElement for equality. Compares TinElement.ElementType and TinElement.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 edge as a ArcGIS.Core.Geometry.Polyline. The spatial reference of the returned polyline 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