Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ArcRadius Property (IAnnProtractorObject)






Gets or sets the arc radius of the protractor.
Syntax
AnnLength ArcRadius {get; set;}
property AnnLength ArcRadius {
   AnnLength get();
   void set (    AnnLength value);
}
'Declaration
 
Property ArcRadius As AnnLength
 
'Usage
 
Dim instance As IAnnProtractorObject
Dim value As AnnLength
 
instance.ArcRadius = value
 
value = instance.ArcRadius

Property Value

The arc radius of the protractor.
Remarks
The center of the arc is the point at which the two rulers of the protractor join.
For more information, refer to Using Protractors in Annotation Objects.
Requirements

Target Platforms

See Also

Reference

IAnnProtractorObject Interface
IAnnProtractorObject Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)