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