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


ISchematicLink.ToNode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicLink Interface > ISchematicLink.ToNode Property
ArcGIS Developer Help

ISchematicLink.ToNode Property

Schematic extremity node of the link.

[Visual Basic .NET]
Public Property ToNode As ISchematicNode
[C#]
public ISchematicNode ToNode {get; set;}
[C++]
HRESULT get_ToNode(
  ISchematicNode** SchematicNode
);
[C++]
HRESULT putref_ToNode(
  ISchematicNode* SchematicNode
);
[C++]
Parameters
SchematicNode [out, retval]

SchematicNode is a parameter of type ISchematicNode** SchematicNode [in]
SchematicNode is a parameter of type ISchematicNode*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicLink Interface