This document is archived and information here might be outdated. Recommended version. |
Given the layer's catalog path, returns a boolean indicating if it is valid.
[Visual Basic .NET]
Public Function IsLayerValid ( _
ByVal layerPath As String _
) As Boolean
[C#]
public bool IsLayerValid (
string layerPath
);
[C++]
HRESULT IsLayerValid(
BSTR layerPath
);
[C++] Parameters layerPath [in]
layerPath is a parameter of type BSTR