Click or drag to resize

NavTargetFindType Enumeration

Specifies the type of find to perform on the NavTargets collection.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum NavTargetFindType
Members
  Member nameValueDescription
ByName0 Search by name. This is the same as using the indexer.
ByID1 Search by ID.
See Also