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


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

ISchematicLayer.SchematicDiagram Property

Schematic diagram of the schematic layer.

[Visual Basic .NET]
Public Property SchematicDiagram As ISchematicDiagram
[C#]
public ISchematicDiagram SchematicDiagram {get; set;}
[C++]
HRESULT get_SchematicDiagram(
  ISchematicDiagram** Diagram
);
[C++]
HRESULT putref_SchematicDiagram(
  ISchematicDiagram* Diagram
);
[C++]
Parameters
Diagram [out, retval]

Diagram is a parameter of type ISchematicDiagram** Diagram [in]
Diagram is a parameter of type ISchematicDiagram*

Product Availability

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

See Also

ISchematicLayer Interface