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


IGlobeDocument.DocumentVersion Property (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.DocumentVersion Property
ArcGIS Developer Help

IGlobeDocument.DocumentVersion Property

Indicates if the version of the globe document is compatible with the current version of software.

[Visual Basic .NET]
Public ReadOnly Property DocumentVersion As esriGlobeDocumentVersionInfo
[C#]
public esriGlobeDocumentVersionInfo DocumentVersion {get;}
[C++]
HRESULT get_DocumentVersion(
  esriGlobeDocumentVersionInfo* pVersionInfo
);
[C++]
Parameters
pVersionInfo [out, retval]

pVersionInfo is a parameter of type esriGlobeDocumentVersionInfo*

Product Availability

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

See Also

IGlobeDocument Interface