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