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