C#
VB
Java
Objective-C
WinRT C#
C++
Gets the abbreviation for a given unit of measure.
Public Shared Function GetUnitAbbreviation( _
ByVal unit As Leadtools.Annotations.Core.AnnUnit _
) As String
public static string GetUnitAbbreviation(
Leadtools.Annotations.Core.AnnUnit unit
)
+(NSString*) getUnitAbbreviation:(LTAnnUnit) aUnit;
public static String getUnitAbbreviation(AnnUnit unit)
function Leadtools.Annotations.Core.AnnUnitConverter.GetUnitAbbreviation(
unit
)
unit
The unit of measure for which the abbreviation is being sought.
A string containing the abbreviation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET