Allows you to rebuild a macro feature created using COM.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Regenerate( _
ByVal app As System.Object, _
ByVal modelDoc As System.Object, _
ByVal feature As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ISwComFeature
Dim app As System.Object
Dim modelDoc As System.Object
Dim feature As System.Object
Dim value As System.Object
value = instance.Regenerate(app, modelDoc, feature) |
C# | |
---|
System.object Regenerate(
System.object app,
System.object modelDoc,
System.object feature
) |
C++/CLI | |
---|
System.Object^ Regenerate(
& System.Object^ app,
& System.Object^ modelDoc,
& System.Object^ 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