ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.IsDatasetType Method

Returns whether the given object is a dataset.

[Visual Basic 6.0]
Function IsDatasetType(
    ByVal pUnknown As Unknown _
) As Boolean
[Visual Basic .NET]
Public Function IsDatasetType ( _
    ByVal pUnknown As Object _
) As Boolean
[C#]
public bool IsDatasetType (
    object pUnknown
);
[Java]
public Boolean isDatasetType (
    Object pUnknown
)
throws
    IOException,
    AutomationException
[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

 


Feedback Send feedback on this page