Click or drag to resize

MacroPluginInitialize Method

Method that is called once directly after the plugin was loaded into the articy:draft process. If your plugin uses own WPF resource dictionaries you need to register them within this method using RegisterResource(String)

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public virtual string Initialize()

Return Value

Type: String
null when ok, or any string describing the initialization error. (can be seen in the PluginInfo dialog)
See Also