This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.IsSchematicElementClassAssociated Property (ArcObjects .NET 10.5 SDK) |
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,
VARIANT_BOOL* IsAssociated
);
[C++]
Parameters SchematicElementClass [in]
SchematicElementClass is a parameter of type ISchematicElementClass IsAssociated [out, retval] IsAssociated is a parameter of type VARIANT_BOOL