This document is archived and information here might be outdated.  Recommended version.


IRasterWorkspace2.IsWorkspace Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterWorkspace2.IsWorkspace Method

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.

See Also

IRasterWorkspace2 Interface