ArcObjects Library Reference (Schematic)  

ISchematicDataset.CreateSchematicElementClass Method

Creates a new schematic element class inside the schematic dataset.

[Visual Basic .NET]
Public Function CreateSchematicElementClass ( _
    ByVal Name As String, _
    ByVal Type As esriSchematicElementType _
) As ISchematicElementClass
[C#]
public ISchematicElementClass CreateSchematicElementClass (
    string Name,
    esriSchematicElementType Type
);
[C++]
HRESULT CreateSchematicElementClass(
  BSTR Name,
  esriSchematicElementType Type,
  ISchematicElementClass** SchematicElementClass
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]

  Type is a parameter of type esriSchematicElementType

SchematicElementClass [out, retval]

  SchematicElementClass is a parameter of type ISchematicElementClass

Product Availability

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

See Also

ISchematicDataset Interface

.NET Snippets

Create A Node Type SchematicElementClass In A Schematic Dataset | Create A Link Type SchematicElementClass In A Schematic Dataset | Create A SubLink Type SchematicElementClass In A Schematic Dataset | Create A Node-On-Link Type SchematicElementClass In A Schematic Dataset