Click or drag to resize

INavRendererNavigator Property

Gets the main Navigator object for this renderer. The returned Navigator object will be unique instance of the navigator which was typically loaded from Navigators and cloned. The caller may therefore manipulate this Navigator object without affecting the original global instance.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Navigator Navigator { get; }

Property Value

Type: Navigator
See Also