NavigatorSetTargetVisibility Method (String, Boolean) |
Updates the target visibility bits.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetTargetVisibility(
string targetName,
bool visible
)
Public Sub SetTargetVisibility (
targetName As String,
visible As Boolean
)
Parameters
- targetName
- Type: SystemString
The name (not ID) of the target - visible
- Type: SystemBoolean
True to set the target visible, otherwise false
See Also