This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer file is read only.
[Visual Basic .NET]
Public Function get_IsReadOnly ( _
ByVal sFile As String _
) As Boolean
[C#]
public bool get_IsReadOnly (
string sFile
);
[C++]
HRESULT get_IsReadOnly(
BSTR sFile,
Boolean* IsReadOnly
);
[C++] Parameters sFile [in]
sFile is a parameter of type BSTR IsReadOnly [out, retval]
IsReadOnly is a parameter of type bool*