This document is archived and information here might be outdated.  Recommended version.


ISchematicDiagramClass.IsSchematicElementClassAssociated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagramClass Interface > ISchematicDiagramClass.IsSchematicElementClassAssociated Property
ArcGIS Developer Help

ISchematicDiagramClass.IsSchematicElementClassAssociated Property

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicDiagramClass Interface