API Help
Eplan.EplApi.DataModel Namespace / ProjectSettings Class / GetCountOfValues Method
Indicates the path of the setting

In This Topic
    GetCountOfValues Method (ProjectSettings)
    In This Topic
    Returnes the count of indexed values that are used already by the project 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.
    Exceptions
    ExceptionDescription
    Thrown when strSettingPath is null.
    Thrown when strSettingPath is empty or specified setting doesn't exist.
    See Also