| MacroFeatureExOnEditDefinition Method |
Called when the Edit feature menu is clicked from the feature manager tree
Namespace:
CodeStack.SwEx.MacroFeature
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax protected virtual bool OnEditDefinition(
ISldWorks app,
IModelDoc2 model,
IFeature feature
)
Protected Overridable Function OnEditDefinition (
app As ISldWorks,
model As IModelDoc2,
feature As IFeature
) As Boolean
protected:
virtual bool OnEditDefinition(
ISldWorks^ app,
IModelDoc2^ model,
IFeature^ feature
)
Parameters
- app
- Type: ISldWorks
Pointer to the application - model
- Type: IModelDoc2
Pointer to the current model where the feature resided - feature
- Type: IFeature
Pointer to the feature being edited
Return Value
Type:
BooleanResult of the editing
Remarks See Also