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


IGlobeDocument.GetVersionInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.GetVersionInfo Method
ArcGIS Developer Help

IGlobeDocument.GetVersionInfo Method

Retrieve the detailed version information of the globe document.

[Visual Basic .NET]
Public Sub GetVersionInfo ( _
    ByRef pbVersionInfoMissing As Boolean, _
    ByRef plMajor As Integer, _
    ByRef plMinor As Integer, _
    ByRef plRevision As Integer, _
    ByRef plBuild As Integer _
)
[C#]
public void GetVersionInfo (
    ref bool pbVersionInfoMissing,
    ref int plMajor,
    ref int plMinor,
    ref int plRevision,
    ref int plBuild
);
[C++]
HRESULT GetVersionInfo(
  Boolean* pbVersionInfoMissing,
  System.Int32* plMajor,
  System.Int32* plMinor,
  System.Int32* plRevision,
  System.Int32* plBuild
);
[C++]
Parameters
pbVersionInfoMissing [in, out]

pbVersionInfoMissing is a parameter of type bool* plMajor [in, out]
plMajor is a parameter of type long* plMinor [in, out]
plMinor is a parameter of type long* plRevision [in, out]
plRevision is a parameter of type long* plBuild [in, out]
plBuild is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeDocument Interface