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

GetCountOfValues Method (ProjectSettings)
Returnes the count of indexed values that are used already by the project setting.
Syntax
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