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.DissociateSchematicElementClass Method (ArcObjects .NET 10.5 SDK) |
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