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

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