IDLitParameterSet

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLitParameterSet class is a specialized subclass of the IDLitDataContainer class that provides the ability to associate names with the contained IDLitData objects. This association allows the iTool developer to package a set of data parameters in a single container, which is then provided to the iTools system for processing a display.

In addition to providing a mechanism for associating IDLitData objects with parameter names, the IDLitParameterSet class allows you to incorporate an IDLitData object for which no parameter name is provided. These auxiliary data items are treated as parameters for which the parameter name is a null string (''). The auxiliary data mechanism allows you to associate any amount of data with a parameter set without the need to define parameter names.

This class is written in the IDL language. Its source code can be found in the file idlitparameterset__define.pro in the lib/itools/framework subdirectory of the IDL distribution.

Superclasses

IDLitDataContainer

Note
See the iTools Object Model Diagram (iTool Developer's Guide) for a visual representation of the iTools object model hierarchy.

Creation

See IDLitParameterSet::Init.

Properties

Objects of this class have no properties of their own, but do have properties inherited from the superclass.

Methods

This class has the following methods:

In addition, this class inherits the methods of its superclass.

Examples

See Data Management (iTool Developer's Guide) for examples using this class and its methods.

Version History

6.0

Introduced