Gets the annotation text scale for this 3D View.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Get3DViewAnnotationTextScale( _
ByRef Scale1 As System.Double, _
ByRef Scale2 As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IView3D
Dim Scale1 As System.Double
Dim Scale2 As System.Double
instance.Get3DViewAnnotationTextScale(Scale1, Scale2) |
C# | |
---|
void Get3DViewAnnotationTextScale(
out System.double Scale1,
out System.double Scale2
) |
C++/CLI | |
---|
void Get3DViewAnnotationTextScale(
& [Out] System.double Scale1,
& [Out] System.double Scale2
) |
Parameters
- Scale1
- Numerator of the scale ratio (n:n)
- Scale2
- Denominator of the scale ratio (n:n)
Remarks
See Also
Availability
SOLIDWORKS 2019 FCS, Revision Number 27.0