Click or drag to resize

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
)

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