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

In This Topic
    GetTypeOfSetting Method (Settings)
    In This Topic
    Returns the type of the setting.
    Syntax
    public virtual ISettings.SettingType GetTypeOfSetting( 
       string strSettingPath
    )
    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