←Select platform

ArcRadius Property

Summary

Gets or sets the arc radius of this AnnGroupObject object.

Syntax

C#
VB
C++
public virtual AnnLength ArcRadius { get; set; } 
  
Public Overridable Property ArcRadius As Leadtools.Annotations.AnnLength 
public: 
virtual property Leadtools.Annotations.AnnLength ArcRadius { 
   Leadtools.Annotations.AnnLength get(); 
   void set (    Leadtools.Annotations.AnnLength ); 
} 

Property Value

The arc radius of this AnnGroupObject object.

Remarks

When "getting" this property, internally this AnnGroupObject object will enumerate all objects in the group and return the arc radius of the first object in the group that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.

When "setting" this property, internally this AnnGroupObject object will enumerate all objects in the group and set the arc radius for each object that implements the IAnnProtractorObject interface. For more information refer to IAnnProtractorObject.ArcRadius.

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 Assembly