API Help
Eplan.EplApi.Base Namespace / SettingNode Class / GetCountOfSettings Method

In This Topic
    GetCountOfSettings Method
    In This Topic
    Determines the number of child settings (subordinate settings).
    Syntax
    public uint GetCountOfSettings()
    public:
    uint GetCountOfSettings(); 

    Return Value

    Returns the number as unsigned int.
    Exceptions
    ExceptionDescription
    The object has not been initialized correctly.
    The function failed.
    See Also