Search Results for

    Show / Hide Table of Contents

    Class VariableProperties

    Inheritance
    object
    SymbolProperties
    VariableProperties
    Inherited Members
    SymbolProperties.Type
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class VariableProperties : SymbolProperties

    Constructors

    View Source

    VariableProperties(SymbolTypes, bool, string, string)

    Declaration
    public VariableProperties(SymbolTypes type, bool local, string typurl, string datatype)
    Parameters
    Type Name Description
    SymbolTypes type
    bool local
    string typurl
    string datatype

    Properties

    View Source

    DataType

    Data type

    Declaration
    public string DataType { get; }
    Property Value
    Type Description
    string
    View Source

    Local

    Declaration
    public bool Local { get; }
    Property Value
    Type Description
    bool
    View Source

    TypeUrl

    Url to type declaration

    Declaration
    public string TypeUrl { get; }
    Property Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2026 ABB Robotics