Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
GetStringForStatObjectType Method (objectType)
NamespacesGenesyslab.Desktop.Modules.Core.SDK.StatServersStatServerObjectConversionGetStringForStatObjectType(StatisticObjectType)
Gets the string value of a statistic object type.
Declaration Syntax
C#Visual BasicVisual C++
public static string GetStringForStatObjectType(
	StatisticObjectType objectType
)
Public Shared Function GetStringForStatObjectType ( _
	objectType As StatisticObjectType _
) As String
public:
static String^ GetStringForStatObjectType(
	StatisticObjectType objectType
)
Parameters
objectType (StatisticObjectType)
The object type.
Return Value
The statistic object type as a string.

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)