Click or drag to resize

ContentFilteredTopicSetExpressionParameters Method

Changes the expression parameters associated with the ContentFilteredTopic.

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

Parameters

params
Type: SystemString
The expression parameters values to be set.

Return Value

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