ArcObjects Library Reference (Schematic)  

ISchematicElementClassContainer.SchematicElementClasses Property

Schematic element classes enumeration within the schematic element class container.

[Visual Basic .NET]
Public ReadOnly Property SchematicElementClasses As IEnumSchematicElementClass
[C#]
public IEnumSchematicElementClass SchematicElementClasses {get;}
[C++]
HRESULT get_SchematicElementClasses(
  IEnumSchematicElementClass** SchematicElementClasses
);
[C++]

Parameters

SchematicElementClasses [out, retval]

  SchematicElementClasses is a parameter of type IEnumSchematicElementClass

Product Availability

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

See Also

ISchematicElementClassContainer Interface