←Select platform

AngularUnitAbbreviation Property

Summary

Gets or sets a string value that specifies the abbreviation to be used for the AngularUnit property value.

Syntax

C#
VB
C++
public virtual string AngularUnitAbbreviation { get; set; } 
  
Public Overridable Property AngularUnitAbbreviation As String 
public: 
virtual property String^ AngularUnitAbbreviation { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that specifies the abbreviation to be used for the AngularUnit property value.

Remarks

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

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

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