I tried the "GeoMapVector.mbx" but I never got it to work on my data
Thanks
Soren
Perform an "Update Column"
*.Choose the table and column you wish to update (should be formatted
accordingly (i.e. decimal 6 x etc)
*.Set the value to ObjectLen(obj,"??") Replace ?? With your desired
units (ie. mi=miles, km=km, ft=feet, etc
This will update the length of each line to whatever point value you've
assigned (e.g. 2.456)
You can manipulate this witn the "rounding" function "round()"
If a line segment is 2.456 miles long and you only want the nearest
100th's...
Round(ObjectLen(obj,"mi"),0.01) would give you 2.460
Hope this helps,
David Reid
Colbert County 9-1-1
Colbert County, Alabama
Regards
Soren
On Nov 9, 11:16 am, "David Reid" <dwr...@hiwaay.net> wrote:
> Very easily.
>
> Perform an "Update Column"
>
> *.Choose the table and column you wish to update (should be formatted
> accordingly (i.e. decimal 6 x etc)
>
> *.Set the value to ObjectLen(obj,"??") Replace ?? With your desired
> units (ie. mi=miles, km=km, ft=feet, etc
>
> This will update the length of each line to whatever point value you've
> assigned (e.g. 2.456)
>
> You can manipulate this witn the "rounding" function "round()"
> If a line segment is 2.456 miles long and you only want the nearest
> 100th's...
>
> Round(ObjectLen(obj,"mi"),0.01) would give you 2.460
>
> Hope this helps,
> David Reid
> Colbert County 9-1-1
> Colbert County, Alabama
>
> -----Original Message-----
> From: mapi...@googlegroups.com [mailto:mapi...@googlegroups.com] On
>
> Behalf Of soren.lindqv...@hotmail.com