Allows you to rebuild a macro feature created using COM.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Regenerate( _
ByVal app As Object, _
ByVal modelDoc As Object, _
ByVal feature As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwComFeature
Dim app As Object
Dim modelDoc As Object
Dim feature As Object
Dim value As Object
value = instance.Regenerate(app, modelDoc, feature)
|
Parameters
- app
- SolidWorks application
- modelDoc
SolidWorks document in which the macro appears
- feature
- Macro feature that you want to rebuild
Return Value
Any one of the following values:
-
True if the rebuild is successful (independent and modify)
-
False if the rebuild failed
-
String, as displayed in an error message to the user
-
Body, if a body was created
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0