←Select platform

MeasurementUnit Property

Summary

Gets or sets a value that represents the unit of measure for this AnnGroupObject object.

Syntax

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

Property Value

An AnnUnit value that specifies the unit of measure for this AnnGroupObject object.

Remarks

When "getting" this property, internally this AnnGroupObject will enumerate all objects in the group and return the unit of measure for rulers for the first annotation object in the group that implements the IAnnRulerObject interface. For more information refer to MeasurementUnit.

When "setting" this property, internally this AnnGroupObject will enumerate all objects in the group and set the unit of measure for rulers for each object that implements the IAnnRulerObject interface. For more information refer to MeasurementUnit.

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