Gets or sets a string value that specifies the abbreviation that corresponds to the MeasurementUnit property value used by the object.
public virtual string UnitAbbreviation { get; set; }
Public Overridable Property UnitAbbreviation As String
A string value that specifies the abbreviation to be used for the MeasurementUnit property value.
When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the UnitAbbreviation property value of the first annotation object in the group that implements the IAnnRulerObject interface. For more information refer to UnitAbbreviation.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the unit UnitAbbreviation property value for each object that implements the IAnnRulerObject interface. For more information refer to UnitAbbreviation.
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