This document is archived and information here might be outdated. Recommended version. |
Relation manager CLSID of the schematic element class.
[Visual Basic .NET] Public Property RelationManagerCLSID As UID
[C#] public UID RelationManagerCLSID {get; set;}
[C++]
HRESULT get_RelationManagerCLSID(
IUID** UID
);
[C++]
HRESULT put_RelationManagerCLSID(
IUID* UID
);
[C++] Parameters UID [out, retval]
UID is a parameter of type IUID** UID [in]
UID is a parameter of type IUID*