This document is archived and information here might be outdated. Recommended version. |
Creates a schematic in memory feature link.
[Visual Basic .NET] Public Function CreateSchematicInMemoryFeatureLink ( _ ByVal FromNode As ISchematicInMemoryFeatureNode, _ ByVal ToNode As ISchematicInMemoryFeatureNode, _ [ByVal Name As String] _ ) As ISchematicInMemoryFeature
[C#] public ISchematicInMemoryFeature CreateSchematicInMemoryFeatureLink ( ISchematicInMemoryFeatureNode FromNode, ISchematicInMemoryFeatureNode ToNode, string Name );
[C++]
HRESULT CreateSchematicInMemoryFeatureLink(
ISchematicInMemoryFeatureNode* FromNode,
ISchematicInMemoryFeatureNode* ToNode,
BSTR Name
);
[C++] Parameters FromNode [in]
FromNode is a parameter of type ISchematicInMemoryFeatureNode* ToNode [in]
ToNode is a parameter of type ISchematicInMemoryFeatureNode* Name [in, optional, defaultvalue()]
Name is a parameter of type BSTR