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