ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureLink.ToNode Property

Extremity schematic in memory feature node of the schematic in memory feature link.

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

Parameters

ToNode [out, retval]

  ToNode is a parameter of type ISchematicInMemoryFeatureNode

ToNode [in]

  ToNode is a parameter of type ISchematicInMemoryFeatureNode

Product Availability

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

See Also

ISchematicInMemoryFeatureLink Interface