LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

MeasurementUnit Property (AnnGroupObject)






Gets or sets a value that represents the unit of measure for this AnnGroupObject object.
Syntax
public virtual AnnUnit MeasurementUnit {get; set;}
'Declaration
 
Public Overridable Property MeasurementUnit As AnnUnit
'Usage
 
Dim instance As AnnGroupObject
Dim value As AnnUnit
 
instance.MeasurementUnit = value
 
value = instance.MeasurementUnit
public virtual AnnUnit MeasurementUnit {get; set;}
 get_MeasurementUnit();
set_MeasurementUnit(value);
public:
virtual property AnnUnit MeasurementUnit {
   AnnUnit get();
   void set (    AnnUnit value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.