ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / TopologyEdge Class
Properties Methods


In This Topic
    TopologyEdge Class Members
    In This Topic

    The following tables list the members exposed by TopologyEdge.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public MethodOverloaded.   
    Public MethodGets the topology node at the from point of this edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public MethodOverridden.  Gets a hash code for the current object.  
    Public MethodGets 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.  
    Public Method 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)
    Public MethodGets 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.  
    Public Method 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)
    Public MethodGets the topology node at the to point of this edge. This method must be called on the MCT. Use QueuedTask.Run.  
    Public Method 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)
    Public Method 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)
    Top
    Public Operators
    Determines whether two TopologyEdge instances are equal.
    Determines whether two TopologyEdge instances are not equal.
    Top
    See Also