API Help
Eplan.EplApi.Base Namespace / Settings Class / GetCountOfValues Method
Indicates the path of the setting.

In This Topic
    GetCountOfValues Method (Settings)
    In This Topic
    Returnes the number of values of a setting.
    Syntax
    public int GetCountOfValues( 
       string strSettingPath
    )
    public:
    int GetCountOfValues( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting.

    Return Value

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