Name | Description | |
---|---|---|
![]() | TinEditor Constructor | Overloaded. |
The following tables list the members exposed by TinEditor.
Name | Description | |
---|---|---|
![]() | TinEditor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | IsInEditMode | Indicates if the TIN editor is in edit mode. |
Name | Description | |
---|---|---|
![]() | AddFromFeatureClass | Adds features from a feature class to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddGeometry | Adds a geometry to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddGeometryZ | Adds a geometry to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddMassPoints | Adds points as nodes to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddMassPointsZ | Overloaded. |
![]() | AddPointZ | Adds a 3D point as a node to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddPolygons | Adds polygons to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddPolygonsZ | Adds polygons to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddPolylines | Adds polylines to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | AddPolylinesZ | Adds polylines to the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() ![]() | CreateFromFeatureClass | Creates a new TIN editor instance. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteEdgeTagValues | Deletes all edge tag values in the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteNode | Deletes the specified node. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteNodesOutsideDataArea | Deletes all data nodes that are outside of the data area. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteNodeTagValues | Deletes all data node tag values. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | DeleteTriangleTagValues | Deletes all triangle tag values in the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | Dispose | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![]() | SaveAs | Saves the TIN to disk using the specified name. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SaveEdits | Saves edits to disk. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetEdgeTagValue | Sets the tag value of the specified triangle edge. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetEdgeType | Sets the edge type of the specified triangle edge. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetNodeTagValue | Sets the tag value of the specified node. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetNodeZ | Sets the z-value of the specified node. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetSpatialReference | Sets a copy of the input spatial reference in the TIN. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetToConstrainedDelaunay | Sets the triangulation method to constrained Delaunay from this point forward. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetTriangleInsideDataArea | Sets the specified triangle within the TIN interpolation zone. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetTriangleOutsideDataArea | Sets the specified triangle outside the TIN interpolation zone. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | SetTriangleTagValue | Sets the tag value of the specified triangle. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | StartEditing | Puts the TIN editor in edit mode. This method must be called on the MCT. Use QueuedTask.Run. |
![]() | StopEditing | Terminates edit mode. This method must be called on the MCT. Use QueuedTask.Run. |