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


ISchematicDiagramClass.IsSchematicElementClassAssociated Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

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,
  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

Product Availability

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

See Also

ISchematicDiagramClass Interface