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