Class VariableProperties
Inheritance
System.Object
VariableProperties
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class VariableProperties : SymbolProperties
Constructors
VariableProperties(SymbolTypes, Boolean, String, String)
Declaration
public VariableProperties(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
Declaration
public string DataType { get; }
Property Value
Type |
Description |
System.String |
|
Local
Declaration
public bool Local { get; }
Property Value
Type |
Description |
System.Boolean |
|
TypeUrl
Declaration
public string TypeUrl { get; }
Property Value
Type |
Description |
System.String |
|