ArcGIS Pro 2.8 API Reference Guide
GetNodes() Method

ArcGIS.Core.Data.Topology Namespace > TopologyGraph Class > GetNodes Method : GetNodes() Method
Gets all the TopologyNodes that exist in the topology graph. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public IReadOnlyList<TopologyNode> GetNodes()
Public Overloads Function GetNodes() As IReadOnlyList(Of TopologyNode)

Return Value

A list of all the TopologyNodes that exist in the topology graph.
Exceptions
ExceptionDescription
A geodatabase-related exception has occurred.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

TopologyGraph Class
TopologyGraph Members
Overload List