Indicates if the file path specified is a raster workspace.
[Visual Basic .NET] Public Function IsWorkspace ( _ ByVal Name As String _ ) As Boolean
[C#] public bool IsWorkspace ( string Name );
[C++]
HRESULT IsWorkspace(
BSTR Name,
VARIANT_BOOL* IsWorkspace
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR IsWorkspace [out, retval] IsWorkspace is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.