Eplan Platform API
Eplan.EplApi.Base Namespace / SchemeSetting Class / CountSetting Method
Indicates the path of the setting (relative to scheme, path starts after scheme name).

In This Topic
    CountSetting Method
    In This Topic
    Number of additional settings existing under the specified setting name.
    Syntax
    public int CountSetting( 
       string strSettingPath
    )
    public:
    int CountSetting( 
       String^ strSettingPath
    ) 

    Parameters

    strSettingPath
    Indicates the path of the setting (relative to scheme, path starts after scheme name).

    Return Value

    Number of indexed settings of this setting in the scheme.
    See Also