NDGIA
Global Functions & Examples
AddView(eventid,searcher,frequency) eventid - Event identifier for eventssearcher - Object searcher that defines the view frequency - Update frequency check in seconds. |
The frequency argument may be omitted, the View will default to 0.25 seconds for the frequency. The minimum value of frequency is 0.1 seconds. |
Example of adding a module without a initializer table
Code Block Code Block Code Block
Example of adding a module with a initializer table
Code Block Code Block Code Block
Example of Handling the initializer table on an object
Code Block Code Block Code Block