This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.IsPresent Property (ArcObjects .NET 10.4 SDK) |
Indicates if the globe document is present.
[Visual Basic .NET] Public Function get_IsPresent ( _ ByVal bsDocument As String _ ) As Boolean
[C#] public bool get_IsPresent ( string bsDocument );
[C++]
HRESULT get_IsPresent(
BSTR bsDocument,
VARIANT_BOOL* pbIsPresent
);
[C++]
Parameters bsDocument [in] bsDocument is a parameter of type BSTR pbIsPresent [out, retval] pbIsPresent is a parameter of type VARIANT_BOOL