ArcObjects Library Reference (Schematic)  

ISchematicDiagramClass.AssociateSchematicElementClass Method

Associates the element class to the schematic diagram class.

[Visual Basic .NET]
Public Sub AssociateSchematicElementClass ( _
    ByVal SchematicElementClass As ISchematicElementClass _
)
[C#]
public void AssociateSchematicElementClass (
    ISchematicElementClass SchematicElementClass
);
[C++]
HRESULT AssociateSchematicElementClass(
  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