ArcObjects Library Reference (Schematic)  

IDESchematicDiagram.DiagramClassName Property

Diagram class name.

[Visual Basic .NET]
Public Property DiagramClassName As String
[C#]
public string DiagramClassName {get; set;}
[C++]
HRESULT get_DiagramClassName(
  BSTR* ClassName
);
[C++]
HRESULT put_DiagramClassName(
  BSTR ClassName
);
[C++]

Parameters

ClassName [out, retval]   ClassName is a parameter of type BSTR ClassName [in]   ClassName is a parameter of type BSTR

Product Availability

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

See Also

IDESchematicDiagram Interface