| IMacroFeatureHandlerInit Method |
Called when macro feature is created or loaded first time
Namespace:
CodeStack.SwEx.MacroFeature.Base
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax void Init(
ISldWorks app,
IModelDoc2 model,
IFeature feat
)
Sub Init (
app As ISldWorks,
model As IModelDoc2,
feat As IFeature
)
void Init(
ISldWorks^ app,
IModelDoc2^ model,
IFeature^ feat
)
Parameters
- app
- Type: ISldWorks
Pointer to application - model
- Type: IModelDoc2
Pointer to model - feat
- Type: IFeature
Pointer to feature
See Also