This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClassContainer Interface > ISchematicElementClassContainer.GetSchematicElementClass Method (ArcObjects .NET 10.4 SDK) |
Schematic diagram class referenced by the specified Name.
[Visual Basic .NET] Public Function GetSchematicElementClass ( _ ByVal Name As String _ ) As ISchematicElementClass
[C#] public ISchematicElementClass GetSchematicElementClass ( string Name );
[C++]
HRESULT GetSchematicElementClass(
BSTR Name,
ISchematicElementClass** SchematicElementClass
);
[C++]
Parameters Name [in] Name is a parameter of type BSTR SchematicElementClass [out, retval]
SchematicElementClass is a parameter of type ISchematicElementClass