←Select platform

ArcRadius Property

Summary

Gets or sets the arc radius of this AnnProtractorObject.

Syntax
C#
VB
Objective-C
C++
Java
public LeadLengthD ArcRadius { get; set; } 
Public Property ArcRadius As LeadLengthD 
@property (nonatomic) LeadLengthD arcRadius; 
public LeadLengthD getArcRadius() 
public void setArcRadius(LeadLengthD arcRadius) 
public:  
   property LeadLengthD^ ArcRadius 
   { 
      LeadLengthD^ get() 
      void set(LeadLengthD^ value) 
   } 

Property Value

The arc radius of this AnnProtractorObject.

Remarks

The center of the arc is CenterPoint for this AnnProtractorObject.

For more information, refer to Using Protractors in Annotation Objects.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly