Okapi .NET Library

IUtilitySet.HasOptions Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the current utility supports options.

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

Return Value

True if the current utility supports options, false if not.

Remarks

If this property is true, the current utility uses option. You can set or retrieve the string representation of the options using the GetOptions method. You can reset the options to their defailt values by calling the SetDefaultOptions method.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility | GetOptions | SetOptions | SetDefaultOptions