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


ISchematicElementClassContainer.GetSchematicElementClass Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementClassContainer.GetSchematicElementClass Method

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

Product Availability

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

See Also

ISchematicElementClassContainer Interface

.NET Snippets

Get A SchematicElementClass In A Schematic Dataset