Package com.solibri.smc.api.settings
Interface GeneralSettings
public interface GeneralSettings
GeneralSettings provides access to general settings of the software.
- Since:
- 9.10.6
-
Method Summary
Modifier and TypeMethodDescriptionReturns the current user name.int
Returns the count of threads chosen in general settings.
-
Method Details
-
getThreadCount
int getThreadCount()Returns the count of threads chosen in general settings. If the chosen count is zero or negative, the software decides the appropriate amount of threads itself.- Returns:
- the amount of threads
- Since:
- 9.10.6
-
getCurrentUser
String getCurrentUser()Returns the current user name.- Returns:
- the current user
- Since:
- 9.13.7
-