PropertyHandle :: GetInt - Get property instance as integer value
The function returns the integer value for the current property handle or for the attribute passed in prop_path. When the field definition refers to the value with decimal precisions the value returned contains only the part before the decimal point. To get the exact value use GetNormalized().
Return value: Integer value ( int32 )
Implementation overview
- Get integer value for current property
PropertyHandle :: GetInt (  ) - Get integer value for requested property
PropertyHandle :: GetInt ( sprop_path )
Implementation details
-
Get integer value for current property
int32 PropertyHandle  :: GetInt (  )
This implementation provides an integer value for the selected property handle.
to list
-
Get integer value for requested property
int32 PropertyHandle  :: GetInt ( NString &sprop_path )
- sprop_path
- Simple property path
A property path is passed as 0-terminated string. It may contain an extent or property name but also a sequence of property names separated by dot. A simple property path must not contain parentheses or preceding dots.
to list
- sprop_path
- Simple property path