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


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

IGlobeDocument.IsReadOnly Property

Indicates if the globe document is read only.

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

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

Product Availability

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

See Also

IGlobeDocument Interface