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


ISchematicDataset.CreateSchematicElementClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDataset Interface > ISchematicDataset.CreateSchematicElementClass Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Name [in]

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

Product Availability

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

See Also

ISchematicDataset Interface