IDLitParameterSet::Remove

Syntax | Arguments | Keywords | Version History | See Also

The IDLitParameterSet::Remove procedure method is used to remove a data item from the parameter set.

Syntax

Obj->[IDLitParameterSet::]Remove [, Items] [, /ALL] [, POSITION=integer]

Arguments

Items

An object reference or array of object references to IDLitData objects to be removed from the parameter set.

Keywords

ALL

Set this keyword to remove all items from the parameter set. If this keyword is set, the Items parameter is not required.

POSITION

Set this keyword equal to a scalar or array containing the zero-based indices within the parameter set of the specified IDLitData objects to be removed. If this keyword is set, the Items parameter is not required

Version History

6.0

Introduced

See Also

IDLitParameterSet::Add