Builds an absolute RxPath to the element.
| C# | Visual Basic | Visual C++ |
public RxPath GetPath( PathBuildMode buildMode )
Public Function GetPath ( _ buildMode As PathBuildMode _ ) As RxPath
public: RxPath^ GetPath( PathBuildMode buildMode )
- buildMode (PathBuildMode)
- Specifies how the path should be built. (optimization vs. runtime tradeoff)
The path of the element.
