This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicSubLink Interface > ISchematicSubLink.ReferenceLink Property (ArcObjects .NET 10.4 SDK) |
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