Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
PropType
The PropType enumeration gives the automation programmer an indication of what sort of data is going to be stored by this property.
Enum Values
Value |
Meaning |
---|---|
ptArray |
An array containing values of any type. |
ptBoolean |
True or False. |
ptEnum |
A string being an entry in the semi-colon separated list specified in the validation field of the Property. |
ptFloatingPoint |
4 or 8 byte floating point value. |
ptInteger |
16-bit or 32-bit signed integer. |
ptString |
Unicode string. |