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


ISchematicDiagram.Version Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicDiagram.Version Property

Version of the database used to create the schematic diagram.

[Visual Basic .NET]
Public Property Version As String
[C#]
public string Version {get; set;}
[C++]
HRESULT get_Version(
  BSTR* VersionName
);
[C++]
HRESULT put_Version(
  BSTR VersionName
);
[C++]

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

Product Availability

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

See Also

ISchematicDiagram Interface