ArcObjects Library Reference (Schematic)  

ISchematicInMemoryFeatureSubLink.ReferenceLink Property

Reference link of the schematic in memory feature sublink.

[Visual Basic .NET]
Public ReadOnly Property ReferenceLink As ISchematicInMemoryFeatureLink
[C#]
public ISchematicInMemoryFeatureLink ReferenceLink {get;}
[C++]
HRESULT get_ReferenceLink(
  ISchematicInMemoryFeatureLink** ReferenceLink
);
[C++]

Parameters

ReferenceLink [out, retval]

  ReferenceLink is a parameter of type ISchematicInMemoryFeatureLink

Product Availability

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

See Also

ISchematicInMemoryFeatureSubLink Interface