Checks the validity of the type.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxprotected override bool IsTypeOK(
	Object item
)
Protected Overrides Function IsTypeOK ( 
	item As Object
) As Boolean
Parameters
- item
- Type: SystemObject
 The object to check.
Return Value
Type: 
Booleantrue if the object is of type Feature, otherwise false
 See Also
See Also