This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPSchema Interface > IGPSchema.GenerateOutputCatalogPath Property (ArcObjects .NET 10.4 SDK) |
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