SetToleranceFontInfo Method (IDimension)
Obsolete. Superseded by IDimensionTolerance::SetFont.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetToleranceFontInfo( _
ByVal UseFontScale As Integer, _
ByVal TolScale As Double, _
ByVal TolHeight As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimension
Dim UseFontScale As Integer
Dim TolScale As Double
Dim TolHeight As Double
Dim value As Boolean
value = instance.SetToleranceFontInfo(UseFontScale, TolScale, TolHeight)
|
Parameters
- UseFontScale
-
- TolScale
-
- TolHeight
-
See Also