Provides access to members that control TIN surface elements.
Members
Name | Description | |
---|---|---|
AspectDegrees | The aspect of the element in degrees. | |
Elevation | The z value of the element. | |
FaceTagValue | The face tag value of the triangle associated with the element. | |
NodeTagValue | The node tag value of the associated triangle node closest to the element. | |
SlopeDegrees | The slope of the element in degrees. | |
Triangle | The triangle referenced by the element. |
ITinSurfaceElement.AspectDegrees Property
The aspect of the element in degrees.
Public ReadOnly Property AspectDegrees As Double
public double AspectDegrees {get;}
ITinSurfaceElement.Elevation Property
The z value of the element.
Public ReadOnly Property Elevation As Double
public double Elevation {get;}
ITinSurfaceElement.FaceTagValue Property
The face tag value of the triangle associated with the element.
Public ReadOnly Property FaceTagValue As Integer
public int FaceTagValue {get;}
ITinSurfaceElement.NodeTagValue Property
The node tag value of the associated triangle node closest to the element.
Public ReadOnly Property NodeTagValue As Integer
public int NodeTagValue {get;}
ITinSurfaceElement.SlopeDegrees Property
The slope of the element in degrees.
Public ReadOnly Property SlopeDegrees As Double
public double SlopeDegrees {get;}
ITinSurfaceElement.Triangle Property
The triangle referenced by the element.
Public ReadOnly Property Triangle As ITinTriangle
public ITinTriangle Triangle {get;}
Classes that implement ITinSurfaceElement
Classes | Description |
---|---|
TinSurfaceElement | The Esri TinSurfaceElement component. |