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


In This Topic
    TinElement Class Members
    In This Topic

    The following tables list the members exposed by TinElement.

    Public Properties
     NameDescription
    Public Property Gets the element type of this instance.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Property Gets a value indicating if this TIN element has Z-less vertices.  
    Public Property Gets the index number of this TIN element. The base index number for TIN elements is 1.  
    Public Property Gets a value indicating whether or not this TIN element is empty.  
    Public PropertyGets if this TIN element is within the interpolation zone or the data area of the TIN. See TinDataset.GetDataArea.  
    Public PropertyGets the length of this TIN element. The length is in the units of the spatial reference of the TIN. See TinDatasetDefinition.GetSpatialReference.  
    Public Property Gets the number of nodes that comprise this TIN element.  
    Public Property Gets the tag value of this TIN element.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodCompares two TinElement for equality. Compares ElementType and Index.  
    Public Method Gets whether this TIN element is inside the specified extent.  
    Top
    See Also