This document is archived and information here might be outdated.  Recommended version.


ITopologyEdge.ToNode Property (ArcObjects .NET 10.4 SDK)
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