 | IBomAddInInit Method |
Starts the BomApp AddIn.
Namespace: CeliAPS.BomApiAssembly: BomApi (in BomApi.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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