Okapi .NET Library

IUtilitySet.GetUtilityCount Method 

 [This is preliminary documentation and subject to change.]

Gets the number of utilities the set offers.

[Visual Basic]
Function GetUtilityCount() As Integer
[C#]
int GetUtilityCount();
[C++]
int GetUtilityCount();
[JScript]
function GetUtilityCount(): int;

Return Value

The number of utility the set offers.

Remarks

Each utility set must offer at least one utility. Use the GetCurrentUtility property to set or retrieve the one currently active.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility