Gets the default manufacturing method for the specified type of body for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetManufacturingMethod( _
ByVal BodyType As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICostingDefaults
Dim BodyType As System.Integer
Dim value As System.Integer
value = instance.GetManufacturingMethod(BodyType) |
C# | |
---|
System.int GetManufacturingMethod(
System.int BodyType
) |
C++/CLI | |
---|
System.int GetManufacturingMethod(
& System.int BodyType
) |
Parameters
- BodyType
- Body type as defined in swcBodyType_e
Return Value
Default manufacturing method for BodyType as defined in
swcMethodType_e
Example
See Also
Availability
SOLIDWORKS Costing API 2015 SP0