Click or drag to resize
PFSKeywordInsertNewParameterInt Method
Insert a integer parameter into this keyword at the specified position.

If insertion point equals Count+1, the parameter is added to the end of the list.

Parameters at and after the insertion point move down to accomodate the new element.

This method is an O(n) operation, where n is number of parameters

Namespace: DHI.PFS
Assembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
public PFSParameter InsertNewParameterInt(
	int val,
	int parameterNumber
)

Parameters

val
Type: SystemInt32
Value to insert
parameterNumber
Type: SystemInt32
Parameter position to insert values at. 1-based

Return Value

Type: PFSParameter
New parameter
See Also