Allows you to edit the definition of a macro feature created using COM.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Edit( _
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.Edit(app, modelDoc, feature) |
C++/CLI | |
---|
System.Object^ Edit(
& System.Object^ app,
& System.Object^ modelDoc,
& System.Object^ feature
) |
Parameters
- app
- SolidWorks application
- modelDoc
- SolidWorks document in which the macro feature appears
- feature
- Macro feature whose definition you want to edit
Return Value
True if editing the definition of the macro feature is successful, false if not
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0