This document is archived and information here might be outdated. Recommended version. |
Indicates whether the mosaic dataset is in read-only mode. Mosaic dataset operations do not perform write operations on a read-only mosaic.
[Visual Basic .NET]
Public Property IsDatasetReadOnly As Boolean
[C#]
public bool IsDatasetReadOnly {get; set;}
[C++]
HRESULT get_IsDatasetReadOnly(
VARIANT_BOOL pbIsDatasetReadOnly
);
[C++]
HRESULT put_IsDatasetReadOnly(
Boolean* pbIsDatasetReadOnly
);
[C++] Parameters pbIsDatasetReadOnly [in]
pbIsDatasetReadOnly is a parameter of type bool pbIsDatasetReadOnly [out, retval]
pbIsDatasetReadOnly is a parameter of type bool*