 | IBomAddInInit Method |
Starts the BomApp AddIn.
Namespace: CeliAPS.BomApiAssembly: BomApi (in BomApi.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxTask Init(
BomApp bomApp
)
Function Init (
bomApp As BomApp
) As Task
Parameters
- bomApp BomApp
- The host application that the BOM AddIn will be integrated with.
Return Value
Task
See Also