Click or drag to resize

NavigatorSetTargetVisibility Method (String, NavTargetFindType, Boolean)

Updates the target visibility bits finding the target via Find(String, NavTargetFindType).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void SetTargetVisibility(
	string targetNameOrID,
	NavTargetFindType findType,
	bool visible
)

Parameters

targetNameOrID
Type: SystemString
The name or ID of the target.
findType
Type: NetQuarryNavTargetFindType
Specifies what type of id has been provided.
visible
Type: SystemBoolean
True to set the target visible, otherwise false
See Also