Initializes the data for this plug-in
| C# | Visual Basic | Visual C++ |
bool Initialize( string[] dataFiles, FeedBack..::.sendFeedBack feedBack )
Function Initialize ( _ dataFiles As String(), _ feedBack As FeedBack..::.sendFeedBack _ ) As Boolean
bool Initialize( array<String^>^ dataFiles, FeedBack..::.sendFeedBack^ feedBack )
- dataFiles (array< String >[]()[])
- The complete list of data files this plug-in could run on. Order should not matter and not all data files will hold data for every plug-in.
- feedBack (FeedBack..::.sendFeedBack)
- The function to be called when feedback is necessary.
True if the plug-in was successfully initialized, false otherwise.