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


ISchematicDiagram.Version Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicDiagram Interface > ISchematicDiagram.Version Property
ArcGIS Developer Help

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(
  System.String* 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