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