AngularUnitsAbbreviation Property (original) (raw)
Summary
Gets or sets a string value that specifies the abbreviation used with the AnnAngularUnit value.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public Dictionary<AnnAngularUnit, string> AngularUnitsAbbreviation { get; }
@property (nonatomic, strong, readonly) NSMutableDictionary<NSNumber *, NSString *> *angularUnitsAbbreviation;
public java.util.HashMap<AnnAngularUnit, String> getAngularUnitsAbbreviation()
Property Value
A string value that specifies the abbreviation used with the AnnAngularUnit value.