Class RecordComponentProperties
Inheritance
System.Object
RecordComponentProperties
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class RecordComponentProperties : SymbolProperties
Constructors
RecordComponentProperties(SymbolTypes, String, String)
Declaration
public RecordComponentProperties(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 |
|