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


ISchematicLink.FromNode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicLink.FromNode Property

Schematic origin node of the link.

[Visual Basic .NET]
Public Property FromNode As ISchematicNode
[C#]
public ISchematicNode FromNode {get; set;}
[C++]
HRESULT get_FromNode(
  ISchematicNode** SchematicNode
);
[C++]
HRESULT putref_FromNode(
  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