Search Results for

    Show / Hide Table of Contents

    Class PersistentProperties

    Inheritance
    System.Object
    SymbolProperties
    PersistentProperties
    Inherited Members
    SymbolProperties.Type
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class PersistentProperties : SymbolProperties

    Constructors

    PersistentProperties(SymbolTypes, Boolean, Boolean, String, String)

    Properties for persistent data

    Declaration
    public PersistentProperties(SymbolTypes type, bool local, bool taskpers, string typUrl, string dataType)
    Parameters
    Type Name Description
    SymbolTypes type
    System.Boolean local
    System.Boolean taskpers
    System.String typUrl
    System.String dataType

    Properties

    DataType

    Data type

    Declaration
    public string DataType { get; }
    Property Value
    Type Description
    System.String

    Local

    Whether locally declared or not, false if global module persistent, else true

    Declaration
    public bool Local { get; }
    Property Value
    Type Description
    System.Boolean

    TaskPers

    Whether declared as task pers or not

    Declaration
    public bool TaskPers { get; }
    Property Value
    Type Description
    System.Boolean

    TypeUrl

    Url to type declaration

    Declaration
    public string TypeUrl { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2025 ABB