Details of the Data property
- Last UpdatedJul 16, 2024
- 1 minute read
The Data property is the only property in the GraphicRepeaterApp that can be modified at runtime through scripting. See Example layout script with the GraphicRepeaterApp for more information.
The following table shows the format of data entered as GraphicRepeaterApp property values.
|
Data Type |
Format |
Example |
|
Integer |
Value |
22 |
|
String |
"Value" |
"Inlet Pump" |
|
Boolean |
Value |
True or False |
|
Float |
Value |
117.33 |
|
Double |
Value |
222.09 |
|
DateTime |
"T:value" |
"T:7/15/2012 2:13:41.978 AM" |
|
Elapsed Time |
"E:value" |
"E:09:32:00.0000000" |
Any data value placed between quotation marks are considered as a string with the exception of DateTime and ElapsedTime data types.
All object data references should be formatted as:
Object_Name.Attribute_Name