LEADTOOLS Annotations (Leadtools.Annotations assembly)

MeasurementUnit Property (AnnGroupObject)

Show in webframe





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 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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.