This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGlobeDocument Interface > IGlobeDocument.IsReadOnly Property (ArcObjects .NET 10.4 SDK) |
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