This document is archived and information here might be outdated. Recommended version. |
Schematic element relation ship.
[Visual Basic .NET] Public Property SchematicRelation As ISchematicElement
[C#] public ISchematicElement SchematicRelation {get; set;}
[C++]
HRESULT get_SchematicRelation(
ISchematicElement** SchematicElement
);
[C++]
HRESULT putref_SchematicRelation(
ISchematicElement* SchematicElement
);
[C++] Parameters SchematicElement [out, retval]
SchematicElement is a parameter of type ISchematicElement** SchematicElement [in]
SchematicElement is a parameter of type ISchematicElement*