API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / GetTypeOfSetting Method
path to settings

GetTypeOfSetting Method (ProjectSettings)
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 strSettingsPath is not existing.
See Also