Search Results for

    Show / Hide Table of Contents

    Interface IDataNodeVisitor

    Defines the visitor interface. Implement this to walk the entire tree.

    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public interface IDataNodeVisitor

    Methods

    View Source

    OnNode(DataNode)

    Visit method for DataNode objects.

    Declaration
    void OnNode(DataNode node)
    Parameters
    Type Name Description
    DataNode node

    Visited data node.

    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics