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


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

ISchematicDiagramClass.SchematicDiagrams Property

Schematic diagrams enumeration within the schematic dataset or schematic folder container.

[Visual Basic .NET]
Public ReadOnly Property SchematicDiagrams As IEnumSchematicDiagram
[C#]
public IEnumSchematicDiagram SchematicDiagrams {get;}
[C++]
HRESULT get_SchematicDiagrams(
  IEnumSchematicDiagram** SchematicDiagrams
);
[C++]
Parameters
SchematicDiagrams [out, retval]

SchematicDiagrams is a parameter of type IEnumSchematicDiagram**

Product Availability

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

See Also

ISchematicDiagramClass Interface