C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the arc radius of this AnnProtractorObject.
public LeadLengthD ArcRadius { get; set; }
Public Property ArcRadius As Leadtools.LeadLengthD
public Leadtools.LeadLengthD ArcRadius {get; set;}
@property (nonatomic) LeadLengthD arcRadius;
public LeadLengthD getArcRadius()
public void setArcRadius(LeadLengthD arcRadius)
get_ArcRadius();
set_ArcRadius(value);
Object.defineProperty('ArcRadius');
public:
property LeadLengthD^ ArcRadius
{
LeadLengthD^ get()
void set(LeadLengthD^ value)
}
The arc radius of this AnnProtractorObject.
The center of the arc is CenterPoint for this AnnProtractorObject.
For more information, refer to Using Protractors in Annotation Objects.
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