PropertyValue Class Properties
In This Topic
For a list of all members of this type, see PropertyValue members.
Public Properties
| Name | Description |
 | Definition | Returns an object that provides information about the property and its definition. The information includes: name of the property, its data type, whether it's indexed or not, whether it's read-only, upper/lower bounds of values for numerical properties. |
 | Id | Returns P8-Property descriptor ( id and index ) on which points object. Transient PropertyValue objects don't have descriptors because they points directly to value. Transient PropertyValue is created operator by operators which takes base types values. |
 | Indexes | Returns valid indexes. It can be used with PropertyValue::operator []; |
 | IsEmpty | Checks if property is empty. If it's not it could be read. IMPORTANT: If property is indexed you have to set index. |
 | Item | Returns or set object of PropertyValue which points to specific index. |
 | LastUsedIndex | Returns number of highest used index. Indexes start from 1. If it wasn't a indexed-property or there is no used index, LastUsedIndex is 0; Object of PropertyValue had to point to property from project not to individual value. |
 | Parent | Property list to which this property value is connected. |
Top
See Also