ArcGIS Pro 2.8 API Reference Guide
GetFromNode Method

ArcGIS.Core.Data.Topology Namespace > TopologyEdge Class : GetFromNode Method
Gets the topology node at the from point of this edge. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public TopologyNode GetFromNode()
Public Function GetFromNode() As TopologyNode

Return Value

The topology node at the from point of this edge.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TopologyEdge Class
TopologyEdge Members