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.