API Help
Eplan.EplApi.ApplicationFramework Namespace / IEplAddInShadowCopy Interface / OnBeforeInit Method
Full path to location from which the add-in assembly has been registered.

In This Topic
OnBeforeInit Method
In This Topic
Called by the framework before IEplAddIn.OnInit and passes the location from which add-in assembly has been registered.
Syntax
void OnBeforeInit( 
   string strOriginalAssemblyPath
)

Parameters

strOriginalAssemblyPath
Full path to location from which the add-in assembly has been registered.
Remarks
Any exception thrown by this method don't influence the initialization process. Such exception is wrapped and logged into System messages.
See Also