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


IDEUtilities.Catalog Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > ID > IDEUtilities Interface > IDEUtilities.Catalog Property
ArcGIS Developer Help

IDEUtilities.Catalog Property

Gets the catalog object.

[Visual Basic .NET]
Public ReadOnly Property Catalog As Object
[C#]
public object Catalog {get;}
[C++]
HRESULT get_Catalog(
  IUnknown Pointer* Catalog
);
[C++]
Parameters
Catalog [out, retval]

Catalog is a parameter of type IUnknown*

Product Availability

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

See Also

IDEUtilities Interface