LEADTOOLS Annotations (Leadtools.Annotations assembly)

ArcRadius Property (AnnProtractorObject)

LEADTOOLS SDK Help  |  





Gets or sets the arc radius of this AnnProtractorObject.
Syntax
public virtual AnnLength ArcRadius {get; set;}
public:
virtual property AnnLength ArcRadius {
   AnnLength get();
   void set (    AnnLength value);
}
'Declaration
 
Public Overridable Property ArcRadius As AnnLength
 
'Usage
 
Dim instance As AnnProtractorObject
Dim value As AnnLength
 
instance.ArcRadius = value
 
value = instance.ArcRadius

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.
Example
For an example, refer to AnnProtractorObject.
Requirements

Target Platforms

See Also

Reference

AnnProtractorObject Class
AnnProtractorObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.