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


ISchematicInMemoryFeatureNodeOnLink.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 > ISchematicInMemoryFeatureNodeOnLink Interface > ISchematicInMemoryFeatureNodeOnLink.ReferenceLink Property
ArcGIS Developer Help

ISchematicInMemoryFeatureNodeOnLink.ReferenceLink Property

Reference link of the schematic in memory feature node on link.

[Visual Basic .NET]
Public Property ReferenceLink As ISchematicInMemoryFeatureLink
[C#]
public ISchematicInMemoryFeatureLink ReferenceLink {get; set;}
[C++]
HRESULT get_ReferenceLink(
  ISchematicInMemoryFeatureLink** ReferenceLink
);
[C++]
HRESULT putref_ReferenceLink(
  ISchematicInMemoryFeatureLink* ReferenceLink
);
[C++]
Parameters
ReferenceLink [out, retval]

ReferenceLink is a parameter of type ISchematicInMemoryFeatureLink** ReferenceLink [in]
ReferenceLink is a parameter of type ISchematicInMemoryFeatureLink*

Product Availability

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

See Also

ISchematicInMemoryFeatureNodeOnLink Interface