Gets the number of utilities the set offers.
[Visual Basic] Function GetUtilityCount() As Integer [C#] int GetUtilityCount(); [C++] int GetUtilityCount(); [JScript] function GetUtilityCount(): int;
The number of utility the set offers.
Each utility set must offer at least one utility. Use the GetCurrentUtility property to set or retrieve the one currently active.
IUtilitySet Interface | Okapi.Library.Utility Namespace | GetCurrentUtility