This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.IsDatasetType Method (ArcObjects .NET 10.4 SDK) |
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