Search Results for

    Show / Hide Table of Contents

    Class ConstantProperties

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

    Constructors

    ConstantProperties(SymbolTypes, Boolean, String, String)

    Declaration
    public ConstantProperties(SymbolTypes type, bool local, string typurl, string datatype)
    Parameters
    Type Name Description
    SymbolTypes type
    System.Boolean local
    System.String typurl
    System.String datatype

    Properties

    DataType

    Data type

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

    Local

    Declaration
    public bool Local { 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