Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
The following tables list the members exposed by TopologyEdge.
Name | Description | |
---|---|---|
Handle | Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase) |
Name | Description | |
---|---|---|
Dispose() | (Inherited from ArcGIS.Core.CoreObjectsBase) | |
Equals | Overloaded. | |
GetFromNode | Gets the topology node at the from point of this edge. This method must be called on the MCT. Use QueuedTask.Run. | |
GetHashCode | Overridden. Gets a hash code for the current object. | |
GetLeftParentFeatures | Gets the set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the left of the edge will be returned. This method must be called on the MCT. Use QueuedTask.Run. | |
GetParentFeatures | Gets the parent feature(s) that spawn this topology element. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Topology.TopologyElement) | |
GetRightParentFeatures | Gets the set of parents (polygon features) that cover this edge. If boundedByEdge is true, then only polygons lying to the right of the edge will be returned. 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. (Inherited from ArcGIS.Core.Data.Topology.TopologyElement) | |
GetToNode | Gets the topology node at the to point of this edge. 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. (Inherited from ArcGIS.Core.Data.Topology.TopologyElement) | |
SetVisited | Sets a value indicating whether this topology element has been visited. This method must be called on the MCT. Use QueuedTask.Run. (Inherited from ArcGIS.Core.Data.Topology.TopologyElement) |
Equality | Determines whether two TopologyEdge instances are equal. |
Inequality | Determines whether two TopologyEdge instances are not equal. |