NavigatorAddTargetAttributes Method |
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 AddTargetAttributes(
string targetNameOrID,
NavTargetFindType findType,
NavTargetAttrs attributes
)
Public Sub AddTargetAttributes (
targetNameOrID As String,
findType As NavTargetFindType,
attributes As NavTargetAttrs
)
Parameters
- targetNameOrID
- Type: SystemString
The name (not ID) of the target - findType
- Type: NetQuarryNavTargetFindType
The method to use during the search for the target. - attributes
- Type: NetQuarryNavTargetAttrs
The attributes to add
See Also