This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagram Interface > ISchematicDiagram.Version Property (ArcObjects .NET 10.5 SDK) |
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