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


ISchematicElementClassContainer.SchematicElementClasses Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClassContainer Interface > ISchematicElementClassContainer.SchematicElementClasses Property
ArcGIS Developer Help

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