NavigatorSetTargetVisibility Method (String, NavTargetFindType, Boolean) |
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
)
Public Sub SetTargetVisibility (
targetNameOrID As String,
findType As NavTargetFindType,
visible As Boolean
)
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