Gets the maximum deviation from the target thickness.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMaxDeviationfromTargetThickness( _
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.GetMaxDeviationfromTargetThickness(lErrorcode) |
C# | |
---|
System.double GetMaxDeviationfromTargetThickness(
out System.int lErrorcode
) |
C++/CLI | |
---|
System.double GetMaxDeviationfromTargetThickness(
& [Out] System.int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined in gtError_e
Return Value
Maximum deviation from the target thickness
Example
See Also
Availability
SOLIDWORKS Utilities API 2006 FCS