ScenomeApplication.LogInterfaces

This page contains reference documentation for the LogInterfaces function. This function exports to an ASCII text file all data interfaces, members, and functions for any data interfaces in any loaded modules.

Prototype

int LogInterfaces( string PathFilename )

Parameters

Function parameters are as follows:

Examples

Examples are as follows:

Application.LogInterfaces ( "c:\\my_data_interfaces.txt" );

Working Sample Code

For sample code: