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


IGPSchema.GenerateOutputCatalogPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSchema Interface > IGPSchema.GenerateOutputCatalogPath Property
ArcGIS Developer Help

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(
  Boolean* generatePath
);
[C++]
HRESULT put_GenerateOutputCatalogPath(
  VARIANT_BOOL generatePath
);
[C++]
Parameters
generatePath [out, retval]

generatePath is a parameter of type bool* generatePath [in]
generatePath is a parameter of type bool

Product Availability

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

See Also

IGPSchema Interface