ArcObjects Library Reference (GeoDatabase)  

ITopologyEdge.ToNode Property

A reference to the topology node at the to point of this edge.

[Visual Basic .NET]
Public ReadOnly Property ToNode As ITopologyNode
[C#]
public ITopologyNode ToNode {get;}
[C++]
HRESULT get_ToNode(
  ITopologyNode** ToNode
);
[C++]

Parameters

ToNode [out, retval]

  ToNode is a parameter of type ITopologyNode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologyEdge Interface