NavigatorSetTargetProperty Method (String, NavTargetFindType, String, Object) |
Provides the ability to set the value of a property on a specified nav target.
Note that if the nav target is not found, no action is taken.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void SetTargetProperty(
string targetNameOrID,
NavTargetFindType findType,
string propertyName,
Object propValue
)
Public Sub SetTargetProperty (
targetNameOrID As String,
findType As NavTargetFindType,
propertyName As String,
propValue As Object
)
Parameters
- targetNameOrID
- Type: SystemString
The name or ID of the target (per findType). - findType
- Type: NetQuarryNavTargetFindType
Specifies whether targetNameOrID is the name or ID. - propertyName
- Type: SystemString
The name of the property to set. - propValue
- Type: SystemObject
The value to which to set the property.
See Also