Machining.GetUnitsAbbreviation Method

Returns "mm" if the parameters is Millimeters, "in" otherwise.
Public Shared Function GetUnitsAbbreviation( _ 
ByVal units As linearUnitsType
) As String
This language is not supported or no code example is available.
public static string GetUnitsAbbreviation( 
linearUnitsType units 
)
This language is not supported or no code example is available.

Parameters

units
linearUnitsType

Return Value

string

A string object.

.NET Framework

Supported in: 4.8

In this article

Definition