Class ParameterProperties
Inheritance
object
ParameterProperties
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ParameterProperties : SymbolProperties
Constructors
View Source
ParameterProperties(SymbolTypes, string, string)
Declaration
public ParameterProperties(SymbolTypes type, string typUrl, string dataType)
Parameters
Properties
View Source
DataType
Declaration
public string DataType { get; }
Property Value
View Source
TypeUrl
Declaration
public string TypeUrl { get; }
Property Value