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