This document is archived and information here might be outdated. Recommended version. |
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