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


IGlobeDocument.IsGlobeDocument Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IGlobeDocument.IsGlobeDocument Property

Indicates if the globe document is a valid globe document.

[Visual Basic .NET]
Public Function get_IsGlobeDocument ( _
    ByVal bsDocument As String _
) As Boolean
[C#]
public bool get_IsGlobeDocument (
    string bsDocument
);
[C++]
HRESULT get_IsGlobeDocument(
  BSTR bsDocument,
  VARIANT_BOOL* pbIsGlobeDocument
);
[C++]

Parameters bsDocument [in] bsDocument is a parameter of type BSTR pbIsGlobeDocument [out, retval] pbIsGlobeDocument is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeDocument Interface