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

In This Topic
    GetCountOfNodes Method
    In This Topic
    Determines the number of child nodes.
    Syntax
    public uint GetCountOfNodes()
    public:
    uint GetCountOfNodes(); 

    Return Value

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