Gets or sets the unit of measure used for any angles in this group.
public virtual AnnAngularUnit AngularUnit { get; set; }
Public Overridable Property AngularUnit As Leadtools.Annotations.AnnAngularUnit
public:
virtual property Leadtools.Annotations.AnnAngularUnit AngularUnit {
Leadtools.Annotations.AnnAngularUnit get();
void set ( Leadtools.Annotations.AnnAngularUnit );
}
An AnnAngularUnit value that specifies the unit of measure to be used for any angles in this group.
When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the AngularUnit property value for the first object in the group that implements the IAnnProtractorObject interface. For more information refer to AngularUnit.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the AngularUnit property value for each object that implements the IAnnProtractorObject interface. For more information refer to AngularUnit.
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