Eplan Platform API
Eplan.EplApi.Base Namespace / Settings Class / GetCountOfDefaultValues Method
Indicates the path of the setting.

In This Topic
    GetCountOfDefaultValues Method
    In This Topic
    Returns the number of default values of a setting.
    Syntax
    public int GetCountOfDefaultValues( 
       string strSettingPath
    )
    public:
    int GetCountOfDefaultValues( 
       String^ strSettingPath
    ) 

    Parameters

    Parameter NameDescription
    strSettingPathIndicates the path of the setting.

    Return Value

    The number of default values of the setting, as unsigned integer.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty.
    Thrown if the setting is not defined.
    See Also