Gets or sets a string value that specifies the abbreviation used with the
AngularUnit value.
public string AngularUnitAbbreviation {get; set;}
'Declaration
Public Property AngularUnitAbbreviation As String
'Usage
Dim instance As AnnProtractorObject
Dim value As String
instance.AngularUnitAbbreviation = value
value = instance.AngularUnitAbbreviation
public:
property String^ AngularUnitAbbreviation {
String^ get();
void set ( String^ value);
}
Property Value
A string value that specifies the abbreviation used with the
AngularUnit value.