Okapi .NET Library

IUtilitySet.SetDefaultOptions Method 

 [This is preliminary documentation and subject to change.]

Sets the options of the current utility to their defaults values.

[Visual Basic]
Sub SetDefaultOptions()
[C#]
void SetDefaultOptions();
[C++]
void SetDefaultOptions();
[JScript]
function SetDefaultOptions();

Remarks

This method resets the options for the current utility to their default values. You can set or retrieve the string representation of the options using the SetOptions and SetOptions methods.

See Also

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