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


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

ISchematicSubLink.ReferenceLink Property

Reference link of the schematic sublink.

[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

ISchematicSubLink Interface