Click or drag to resize

NavTargetsAdd Method (String, NavTarget)

Add a NavTarget to the collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	string name,
	NavTarget nt
)

Parameters

name
Type: SystemString
The name of the NavTarget.
nt
Type: NetQuarryNavTarget
The NavTarget to add.
See Also