ArcObjects Library Reference (Geoprocessing)  

IGPSchema.GenerateOutputCatalogPath Property

Inidicates if the output catalog path is to be generated from the input.

[Visual Basic .NET]
Public Property GenerateOutputCatalogPath As Boolean
[C#]
public bool GenerateOutputCatalogPath {get; set;}
[C++]
HRESULT get_GenerateOutputCatalogPath(
  VARIANT_BOOL* generatePath
);
[C++]
HRESULT put_GenerateOutputCatalogPath(
  VARIANT_BOOL generatePath
);
[C++]

Parameters

generatePath [out, retval]   generatePath is a parameter of type VARIANT_BOOL generatePath [in]   generatePath is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPSchema Interface