Click or drag to resize

QueryConditionSetQueryParameters Method

Changes the query parameters associated with the QueryCondition.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public ReturnCode SetQueryParameters(
	params string[] queryParameters
)

Parameters

queryParameters
Type: SystemString
The query parameters values to be set.

Return Value

Type: ReturnCode
The ReturnCode that indicates the operation result.
See Also