Modifies the default string abbreviation to be used with a specific unit.
Public Shared Function SetUnitAbbreviation( _
ByVal unit As Leadtools.Annotations.Core.AnnUnit, _
ByVal newValue As String _
) As String
public static string SetUnitAbbreviation(
Leadtools.Annotations.Core.AnnUnit unit,
string newValue
)
+(NSString*) setUnitAbbreviation:(LTAnnUnit) aUnit
value:(NSString*) newValue;
function Leadtools.Annotations.Core.AnnUnitConverter.SetUnitAbbreviation(
unit ,
newValue
)
unit
The unit value to change its abbreviation.
newValue
A string value that specifies the abbreviation to be used with unit.
A string that specifies the previous default value.
You can use this method to globally change the abbreviation used with any unit during the life of your program.
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