The IDLitReader::GetData function method is called by the system to retrieve the data from the current file. When called, the reader should access the current filename and read the desired data. Once the information is loaded, the reader should place the obtained data in a data object, which is then passed back to the system.
This method will contain a majority of the implementation for a new reader class.
Result = Obj->[IDLitReader::]GetData(Data)
Returns a 1 if successful, or a 0 if the initialization failed.
A data object that contains the read information. The reader determines the exact type and format of this data object, which keys off the type of information being read and what the format supports.
None
Introduced: 6.0