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


IRasterWorkspace2.IsWorkspace Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterWorkspace2 Interface > IRasterWorkspace2.IsWorkspace Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterWorkspace2 Interface