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 IGetThicknesses( _
ByVal ClassName As System.String, _
ByVal MaterialName As System.String, _
ByVal NumThicknesses As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICostAnalysisSheetMetal
Dim ClassName As System.String
Dim MaterialName As System.String
Dim NumThicknesses As System.Integer
Dim value As System.Double
value = instance.IGetThicknesses(ClassName, MaterialName, NumThicknesses) |
Parameters
- ClassName
- Name of the material class
- MaterialName
- Name of the material
- NumThicknesses
- Number of sheet metal thicknesses
Return Value
- in-process, unmanaged C++: Pointer to an array of integers, or longs if using VBA, of the sheet metal thicknesses for the specified material
VBA, VB.NET, C#, and C++/CLI: Not supported
Remarks
See Also
Availability
SolidWorks Costing API 2013 SP0