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


IGPUtilities.IsDatasetType Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities.IsDatasetType Method

Returns whether the given object is a dataset.

[Visual Basic .NET]
Public Function IsDatasetType ( _
    ByVal pUnknown As Object _
) As Boolean
[C#]
public bool IsDatasetType (
    object pUnknown
);
[C++]
HRESULT IsDatasetType(
  LPUNKNOWN pUnknown,
  VARIANT_BOOL* pIsDataset
);
[C++]

Parameters pUnknown [in] pUnknown is a parameter of type LPUNKNOWN pIsDataset [out, retval] pIsDataset is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPUtilities Interface