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(
VARIANT_BOOL* pbVersionInfoMissing,
long* plMajor,
long* plMinor,
long* plRevision,
long* plBuild
);
[C++]Parameters
pbVersionInfoMissing [in, out] pbVersionInfoMissing is a parameter of type VARIANT_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.