This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not the element class is associated to the schematic diagram class.
[Visual Basic .NET] Public Function get_IsSchematicElementClassAssociated ( _ ByVal SchematicElementClass As ISchematicElementClass _ ) As Boolean
[C#] public bool get_IsSchematicElementClassAssociated ( ISchematicElementClass SchematicElementClass );
[C++]
HRESULT get_IsSchematicElementClassAssociated(
ISchematicElementClass* SchematicElementClass,
Boolean* IsAssociated
);
[C++] Parameters SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass* IsAssociated [out, retval]
IsAssociated is a parameter of type bool*