Click or drag to resize

NavTargetsIsTypeOK Method

Verifies the item is an acceptable type (a NavTarget).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override bool IsTypeOK(
	Object item
)

Parameters

item
Type: SystemObject
The object to check.

Return Value

Type: Boolean
true if the object is of type NavTarget, otherwise false
See Also