This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 10, 2012 1:31:38 AM(UTC)
Groups: Registered
Posts: 71
Hi,
Is it possible to measure some distance using annotation in mm rather than inches using leadtools v17?
Thanks
#2
Posted
:
Tuesday, January 10, 2012 5:08:38 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
Hi,
Yes it is possible to perform measurements in units besides inches using annotations. The classes which measure length have a property which allow you to specify the unit of measurement via the AnnUnit enumeration:
http://www.leadtools.com/help/leadtools/v175/dh/an/leadtools.annotations~leadtools.annotations.annunit.html
For example if you are using an "AnnRulerObject" you would set it's "MeasurementUnit" property to "AnnUnit.Millimeter". If you are using the "AnnLength" structure then you will want to set the "Unit" property to the appropriate "AnnUnit" enumeration value.
Thanks,
Carlos
#3
Posted
:
Tuesday, January 10, 2012 6:00:11 PM(UTC)
Groups: Registered
Posts: 71
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.