Gets the average weighted thickness on the critical area.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAvgWeightedTckOnCritArea( _
ByRef lErrorcode As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lErrorcode As System.Integer
Dim value As System.Double
value = instance.GetAvgWeightedTckOnCritArea(lErrorcode) |
C# | |
---|
System.double GetAvgWeightedTckOnCritArea(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.double GetAvgWeightedTckOnCritArea(
& [Out] System.int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined in gtError_e
Return Value
Average weighted thickness on the critical area
Example
See Also
Availability
SolidWorks Utilities API 2006 FCS