company logo

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

Implementation details

  1. - internal feature (not documented)
    const NString & PropertyHandle  :: GetPropertyPath (  )
  2. to list
  3. - internal feature (not documented)
    const NString & PropertyHandle  :: GetPropertyPath ( PropertyHandle *prophdl )
    • prophdl - Pointer to roperty handle
  4. to list