PropertyHandle :: GetPropertyPath - Get property path for property handle
The property path defines the path from the parent property handle to the current property handle. The path returned is a simple property path not containing instance selection information (access path). In order to obtain the current access path, call GetHierarchyPath().
Return value: Simple property path ( NString & )
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.
Implementation overview
- - internal feature (not documented)
PropertyHandle :: GetPropertyPath (  ) - - internal feature (not documented)
PropertyHandle :: GetPropertyPath ( prophdl )
Implementation details
-
- internal feature (not documented)
const NString & PropertyHandle  :: GetPropertyPath (  )
to list
-
- internal feature (not documented)
const NString & PropertyHandle  :: GetPropertyPath ( PropertyHandle *prophdl )
- prophdl - Pointer to roperty handle
to list