ArcObjects Library Reference (Geoprocessing)  

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(
  LPUNKNOWN* Catalog
);
[C++]

Parameters

Catalog [out, retval]   Catalog is a parameter of type LPUNKNOWN

Product Availability

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

See Also

IDEUtilities Interface