This document is archived and information here might be outdated. Recommended version. |
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*