Gets the sheet metal thicknesses for the specified material from the Costing template for this sheet metal Costing analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetThicknesses( _
ByVal ClassName As System.String, _
ByVal MaterialName As System.String _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisSheetMetal
Dim ClassName As System.String
Dim MaterialName As System.String
Dim value As System.Object
value = instance.GetThicknesses(ClassName, MaterialName) |
Parameters
- ClassName
- Name of the material class
- MaterialName
- Name of the material
Return Value
Array of doubles of the sheet metal thicknesses for the specified material
Remarks
See Also
Availability
SolidWorks Costing API 2013 SP0