Click or drag to resize

NavigatorsCloneAndAdd Method

Clone the specified navigator and add to this collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void CloneAndAdd(
	IAppContext cxt,
	Navigator nav
)

Parameters

cxt
Type: NetQuarryIAppContext
The Application Context.
nav
Type: NetQuarryNavigator
The navigator to clone and add.
See Also