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


IGlobeDocument.DocumentVersion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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