Okapi .NET Library

BaseUtilitySet.NeedOutput Method 

 [This is preliminary documentation and subject to change.]

Implements IUtilitySet.NeedOutput.

[Visual Basic]
Overridable Public Function NeedOutput() _
    Implements IUtilitySet.NeedOutput As Boolean
[C#]
public virtual bool NeedOutput();
[C++]
public: virtual bool NeedOutput();
[JScript]
public virtual function NeedOutput(): bool;

Implements

IUtilitySet.NeedOutput

See Also

BaseUtilitySet Class | Okapi.Library.Utility Namespace