This document is archived and information here might be outdated. Recommended version. |
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