Gets or sets the arc radius of this AnnGroupObject object.
public virtual AnnLength ArcRadius { get; set; }
Public Overridable Property ArcRadius As Leadtools.Annotations.AnnLength
public:
virtual property Leadtools.Annotations.AnnLength ArcRadius {
Leadtools.Annotations.AnnLength get();
void set ( Leadtools.Annotations.AnnLength );
}
The arc radius of this AnnGroupObject object.
When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the arc radius of the first object in the group that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.
When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the arc radius for each object that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.
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