Sets the name of the default material class for the specified manufacturing method for this Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetMaterialClass( _
ByVal MethodType As System.Integer, _
ByVal MaterialClass As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICostingDefaults
Dim MethodType As System.Integer
Dim MaterialClass As System.String
instance.SetMaterialClass(MethodType, MaterialClass) |
Parameters
- MethodType
- Manufacturing method as defined in swcMethodType_e
- MaterialClass
- Name of default material class for MethodType
Example
Remarks
See Also
Availability
SOLIDWORKS Costing API 2015 SP0