Initializes this plug-in
| C# | Visual Basic | Visual C++ |
public virtual bool Initialize( string[] dataFiles, FeedBack..::.sendFeedBack feedBack )
Public Overridable Function Initialize ( _ dataFiles As String(), _ feedBack As FeedBack..::.sendFeedBack _ ) As Boolean
public: virtual bool Initialize( array<String^>^ dataFiles, FeedBack..::.sendFeedBack^ feedBack )
- dataFiles (array< String >[]()[])
- The data files to be operated on (provided by the client)
- feedBack (FeedBack..::.sendFeedBack)
- A delegate which allows the plug-in to provide user-feedback
True always for this simple implementation