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