Gets the manufacturing method for this Costing part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetCostingMethod( _
ByVal BodyName As System.String _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostPart
Dim BodyName As System.String
Dim value As System.Integer
value = instance.GetCostingMethod(BodyName) |
C# | |
---|
System.int GetCostingMethod(
System.string BodyName
) |
C++/CLI | |
---|
System.int GetCostingMethod(
& System.String^ BodyName
) |
Parameters
- BodyName
- Name of the Costing body
Return Value
Manufacturing method as specified in swcMethodType_e
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0