TopologyElement Class Methods
In This Topic
For a list of all members of this type, see TopologyElement members.
Public Methods
| Name | Description |
 | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
 | Equals | Overloaded. |
 | GetHashCode |
Gets a hash code for the current object.
|
 | GetParentFeatures |
Gets the parent feature(s) that spawn this topology element.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetShape |
Gets the shape of this topology element.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | IsVisited |
Gets a value indicating whether this topology element has been visited.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | SetVisited |
Sets a value indicating whether this topology element has been visited.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also