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)
Syntaxpublic void CloneAndAdd(
IAppContext cxt,
Navigator nav
)
Public Sub CloneAndAdd (
cxt As IAppContext,
nav As Navigator
)
Parameters
- cxt
- Type: NetQuarryIAppContext
The Application Context. - nav
- Type: NetQuarryNavigator
The navigator to clone and add.
See Also