Copies the source feature's parameters to the target feature.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IFeaturePaint
Dim sourcefeature As System.String
Dim targetfeature As System.String
Dim pasteappearance As System.Boolean
Dim value As System.Integer
value = instance.FeaturePaint2(sourcefeature, targetfeature, pasteappearance) |
Parameters
- sourcefeature
- <source feature name>@<path\filename>.sldprt
- targetfeature
- <target feature name>@<path\filename>.sldprt
- pasteappearance
- True if the source feature's parameters are copied to the target feature, false if not
Return Value
Error as defined by
gtError_e
See Also
Availability
SolidWorks Utilities API 2005 FCS