Gets the angular tolerance value currently set in the registry.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAngularTolerance( _
ByRef lErrorcode As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IUtilOptions
Dim lErrorcode As Integer
Dim value As Double
value = instance.GetAngularTolerance(lErrorcode)
|
C# | |
---|
double GetAngularTolerance(
out int lErrorcode
) |
C++/CLI | |
---|
double GetAngularTolerance(
& [Out] int lErrorcode
) |
Parameters
- lErrorcode
- Error as defined by gtError_e
Return Value
Angular tolerance
See Also
Availability
SolidWorks Utilities API 2004 FCS