ArcObjects Library Reference (Schematic)  

ISchematicNodeOnLink.ReferenceLink Property

Reference link of the schematic node-on-link.

[Visual Basic .NET]
Public Property ReferenceLink As ISchematicLink
[C#]
public ISchematicLink ReferenceLink {get; set;}
[C++]
HRESULT get_ReferenceLink(
  ISchematicLink** SchematicLink
);
[C++]
HRESULT putref_ReferenceLink(
  ISchematicLink* SchematicLink
);
[C++]

Parameters

SchematicLink [out, retval]

  SchematicLink is a parameter of type ISchematicLink

SchematicLink [in]

  SchematicLink is a parameter of type ISchematicLink

Product Availability

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

See Also

ISchematicNodeOnLink Interface