ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.DissociateSchematicElementClass Method

Dissociates the element class from the schematic diagram class.

[Visual Basic .NET]
Public Sub DissociateSchematicElementClass ( _
    ByVal SchematicElementClass As ISchematicElementClass _
)
[C#]
public void DissociateSchematicElementClass (
    ISchematicElementClass SchematicElementClass
);
[C++]
HRESULT DissociateSchematicElementClass(
  ISchematicElementClass* SchematicElementClass
);
[C++]

Parameters

SchematicElementClass [in]

  SchematicElementClass is a parameter of type ISchematicElementClass

Product Availability

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

See Also

ISchematicDiagramClass Interface