Name | Description | |
---|---|---|
Azimuth | Gets the azimuth direction of this TIN edge in radians. This method must be called on the MCT. Use QueuedTask.Run. | |
EdgeType | Gets the type of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. | |
ElementType | Overridden. Gets the TinElementType of this instance. Always returns TinElementType.Edge. | |
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) | |
HasVoidZ | Overridden. Gets a value indicating if this TIN element has Z-less vertices. This method must be called on the MCT. Use QueuedTask.Run. | |
Index | Gets the index number of this TIN element. The base index number for TIN elements is 1. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement) | |
IsEmpty | Overridden. Gets a value indicating whether or not this element is empty. This method must be called on the MCT. Use QueuedTask.Run. | |
IsInsideDataArea | Overridden. 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. | |
LeftTriangle | Gets the triangle on the left (opposite) side of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. | |
Length | Overridden. 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. | |
Length3D | Gets 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. | |
NodeCount | Overridden. Gets the node count of the element. Always returns 2. | |
Nodes | Gets the nodes of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. | |
RightTriangle | Gets the triangle on the right side of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. | |
TagValue | Gets the tag value of this TIN element. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement) |