Class VariableProperties
Inheritance
object
VariableProperties
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
Properties
View Source
DataType
Declaration
public string DataType { get; }
Property Value
View Source
Local
Declaration
public bool Local { get; }
Property Value
View Source
TypeUrl
Declaration
public string TypeUrl { get; }
Property Value