Okapi .NET Library

IUtilitySet.NeedOutput Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the current utility needs output files.

[Visual Basic]
Function NeedOutput() As Boolean
[C#]
bool NeedOutput();
[C++]
bool NeedOutput();
[JScript]
function NeedOutput(): bool;

Return Value

True if the utility needs output path information, false otherwise.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace