|
IDL Reference Guide: iTools Object Classes |
|
The IDLitWriter class defines the interface used to construct file writers for the iTools framework. Objects of this class are not intended to be created as standalone entities; rather, this class should be included as the superclass of an iTool file writer class.
This class is written in the IDL language. Its source code can be found in the file idlitwriter__define.pro in the lib/itools/framework subdirectory of the IDL distribution.
| Note See the iTools Object Model Diagram for a visual representation of the iTools object model hierarchy. |
See IDLitWriter::Init.
Objects of this class have the following properties. See IDLitWriter Properties for details on individual properties.
This class has the following methods:
In addition, this class inherits the methods of its superclasses.
See Creating a File Writer for examples using this class and its methods.
IDL Online Help (March 06, 2007)