This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerFile Interface > ILayerFile.IsPresent Property (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* IsPresent
);
[C++]
Parameters sFile [in] sFile is a parameter of type BSTR IsPresent [out, retval] IsPresent is a parameter of type VARIANT_BOOL