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


ITopologyEdge.ToNode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyEdge Interface > ITopologyEdge.ToNode Property
ArcGIS Developer Help

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