Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | GeNeighbor | Gets the corresponding edge of the triangle opposite to this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetNextClockwiseEdge | Gets the edge beginning at the "toNode" of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetNextCounterClockwiseEdge | Gets the edge terminating at the "fromNode" of this TIN edge. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | GetNextEdgeInTriangle | 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. |
![]() | GetPreviousEdgeInTriangle | 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. |
![]() | IsEqual | Compares two TinElement for equality. Compares TinElement.ElementType and TinElement.Index. (Inherited from ArcGIS.Core.Data.Analyst3D.TinElement) |
![]() | IsInsideExtent | Overridden. Gets if this element is inside the specified extent. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | ToPolyline | Gets 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. |