Class ParameterProperties
Inheritance
System.Object
ParameterProperties
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class ParameterProperties : SymbolProperties
Constructors
ParameterProperties(SymbolTypes, String, String)
Declaration
public ParameterProperties(SymbolTypes type, string typUrl, string dataType)
Parameters
Type |
Name |
Description |
SymbolTypes |
type |
|
System.String |
typUrl |
|
System.String |
dataType |
|
Properties
DataType
Declaration
public string DataType { get; }
Property Value
Type |
Description |
System.String |
|
TypeUrl
Declaration
public string TypeUrl { get; }
Property Value
Type |
Description |
System.String |
|