Search Results for

    Show / Hide Table of Contents

    Class DataFormatter

    Formats ParserTrees to RAPID strings.

    Inheritance
    object
    DataFormatter
    Implements
    IDataNodeVisitor
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class DataFormatter : IDataNodeVisitor

    Constructors

    View Source

    DataFormatter(DataNode)

    Initializes a new instance of the DataFormatter class.

    Declaration
    public DataFormatter(DataNode node)
    Parameters
    Type Name Description
    DataNode node

    The node to format.

    Methods

    View Source

    ToString()

    Returns the formatted rapid string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    Rapid string.

    Overrides
    object.ToString()

    Implements

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