Sets the sheet metal body to which this corner relief feature is applied.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetBodyScope( _
ByVal SheetBody As System.Object _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICornerReliefFeatureData
Dim SheetBody As System.Object
Dim value As System.Integer
value = instance.SetBodyScope(SheetBody) |
C# | |
---|
System.int SetBodyScope(
System.object SheetBody
) |
C++/CLI | |
---|
System.int SetBodyScope(
& System.Object^ SheetBody
) |
Parameters
- SheetBody
- IBody2 sheet metal body
Return Value
Error code as defined by
swCornerReliefError_e
Example
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30