ArcObjects Library Reference  (Geoprocessing)    

IGPUtilities.Catalog Property

Returns the catalog object shared between geoprocessing operations.

[Visual Basic 6.0]
Property Catalog As Unknown
[Visual Basic .NET]
Public ReadOnly Property Catalog As Object
[C#]
public object Catalog {get;}
[Java]
public Object getCatalog()
throws
    IOException,
    AutomationException
[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

IGPUtilities Interface

 


Feedback Send feedback on this page