←Select platform

AngularUnit Property

Summary

Gets or sets the unit of measure used for any angles in this group.

Syntax

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

Property Value

An AnnAngularUnit value that specifies the unit of measure to be used for any angles in this group.

Remarks

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

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

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