Sets the default manufacturing method for the specified type of body for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetManufacturingMethod( _
ByVal BodyType As System.Integer, _
ByVal DefaultMethod As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICostingDefaults
Dim BodyType As System.Integer
Dim DefaultMethod As System.Integer
instance.SetManufacturingMethod(BodyType, DefaultMethod) |
Parameters
- BodyType
- Body type as defined in swcBodyType_e
- DefaultMethod
- Default manufacturing method for BodyType as defined in swcMethodType_e
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0