Skip to main content

IScriptParams interface

Namespace: NextDesign.Desktop

Description

Provides script parameters.

Affiliation area

NameDescription
globalA group of APIs that access the execution environment and execution state of the extension.

Property

NameDescription
Item[int]Gets the value at the specified index.
Item[string]Gets the value associated with the specified key.

Method

NameDescription
AddParamAdds a value object to a parameter.
AddParamWithNameAdds a named value to a parameter.
GetByIndexGets the value of the specified parameter by index.
GetByNameGets the value of the specified parameter by parameter name.
ToArrayConverts the contents of the parameter into an object array.
ToCollectionConverts the contents of the parameter to an object collection.