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.