Package com.solibri.smc.api.settings
Interface Settings
public interface Settings
Settings provides access to the settings of the software.
- Since:
- 9.10.6
- 
Method SummaryModifier and TypeMethodDescriptionReturns the general settings.Returns the proxy settings.<T extends Setting<?>>
 TgetSetting(Class<T> setting) Returns the unit settings.
- 
Method Details- 
getGeneralSettingsGeneralSettings getGeneralSettings()Returns the general settings.- Returns:
- the general settings
- Since:
- 9.10.6
 
- 
getUnitSettingsUnitSettings getUnitSettings()Returns the unit settings.- Returns:
- the unit settings
- Since:
- 9.10.8
 
- 
getProxySettingsProxySettings getProxySettings()Returns the proxy settings.- Returns:
- the proxy settings
- Since:
- 9.12.0
 
- 
getSetting
 
-