Chameleon Plug-in API
Initialize Method (dataFiles, feedBack)
NamespacesBKTech.Chameleon.PluginsIChameleonPluginInitialize(array<String>[]()[], FeedBack..::.sendFeedBack)
Initializes the data for this plug-in
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.
Return Value
True if the plug-in was successfully initialized, false otherwise.

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.16570 (2.0.2.0)