Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / GetTypeOfSetting Method
path to settings

GetTypeOfSetting Method (Settings)
Returns the type of the setting.
Syntax
public virtual ISettings.SettingType GetTypeOfSetting( 
   string strSettingPath
)

Parameters

strSettingPath
path to settings

Return Value

the type of the setting as enum
Exceptions
ExceptionDescription
Thrown when strSettingsPath is null.
Thrown when strSettingPath is empty.
The setting is not defined.
See Also