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