Click or drag to resize

aceOperationArgsCloneFor Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Clones the object and sets values to the parameter set

Namespace:  imbACE.Core.commands.menu
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public aceOperationArgs CloneFor(
	List<string> paramNames,
	List<string> paramValues
)
Request Example View Source

Parameters

paramNames
Type: System.Collections.GenericListString
The parameter names.
paramValues
Type: System.Collections.GenericListString
The parameter values.

Return Value

Type: aceOperationArgs
See Also