←Select platform

ArcRadius Property

Summary

Gets or sets the arc radius of this AnnProtractorObject.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly