TopologyElement Class Members
In This Topic
The following tables list the members exposed by TopologyElement.
Public Properties
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Equals | Overloaded. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetHashCode |
Gets a hash code for the current object.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetParentFeatures |
Gets the parent feature(s) that spawn this topology element.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetShape |
Gets the shape of this topology element.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | IsVisited |
Gets a value indicating whether this topology element has been visited.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | SetVisited |
Sets a value indicating whether this topology element has been visited.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
Public Operators
See Also