ITinSurfaceElement Interface

Provides access to members that control TIN surface elements.

Members

Name Description
Read-only property AspectDegrees The aspect of the element in degrees.
Read-only property Elevation The z value of the element.
Read-only property FaceTagValue The face tag value of the triangle associated with the element.
Read-only property NodeTagValue The node tag value of the associated triangle node closest to the element.
Read-only property SlopeDegrees The slope of the element in degrees.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.