| IDocumentHandlerInit Method |
Called when model document is initialized (created)
Namespace:
CodeStack.SwEx.AddIn.Base
Assembly:
CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax void Init(
ISldWorks app,
IModelDoc2 model
)
Sub Init (
app As ISldWorks,
model As IModelDoc2
)
void Init(
ISldWorks^ app,
IModelDoc2^ model
)
Parameters
- app
- Type: ISldWorks
Pointer to SOLIDWORKS application - model
- Type: IModelDoc2
Pointer to this model document
See Also