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


ISchematicDiagramName.SchematicDiagramClassName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagramName.SchematicDiagramClassName Property

The schematic diagram class name (that is, the schematic template name) related to the schematic diagram name.

[Visual Basic .NET]
Public Property SchematicDiagramClassName As ISchematicDiagramClassName
[C#]
public ISchematicDiagramClassName SchematicDiagramClassName {get; set;}
[C++]
HRESULT get_SchematicDiagramClassName(
  ISchematicDiagramClassName** DiagramClassName
);
[C++]
HRESULT putref_SchematicDiagramClassName(
  ISchematicDiagramClassName* DiagramClassName
);
[C++]

Parameters DiagramClassName [out, retval]
DiagramClassName is a parameter of type ISchematicDiagramClassName DiagramClassName [in]
DiagramClassName is a parameter of type ISchematicDiagramClassName

Product Availability

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

See Also

ISchematicDiagramName Interface