Converts the input value to document units.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ConvertToUserUnit( _
ByVal ValueIn As System.Double, _
ByVal ShowUsernames As System.Boolean, _
ByVal NameInEnglish As System.Boolean _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IUserUnit
Dim ValueIn As System.Double
Dim ShowUsernames As System.Boolean
Dim NameInEnglish As System.Boolean
Dim value As System.String
value = instance.ConvertToUserUnit(ValueIn, ShowUsernames, NameInEnglish) |
Parameters
- ValueIn
Value to convert
- ShowUsernames
True to show the user names, false to not
- NameInEnglish
True to return the name in English, false to not
Return Value
Conversion to a string
Example
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0