InformationLinkParameterCreateNamedParameter Method

Spotfire 15.0 API Reference
Creates a new InformationLinkParameter that represents a named parameter defined in the information model.

Namespace:  Spotfire.Dxp.Data.Import
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public static InformationLinkParameter CreateNamedParameter(
	string parameterName,
	Object[] values
)

Parameters

parameterName
Type: SystemString
The parameter name.
values
Type: SystemObject
The values.

Return Value

Type: InformationLinkParameter
A new InformationLinkParameter.
Version Information


See Also

Reference