Hi, is there a script to get basic information such as line length and start and end coordinates of a line segment by simply double clicking on the line?
I’m adding field and acres and it rounds it up to while numbers… how can I get it to give me unrounded in tenths of an acre? I seen where I add decimal places but it doesn’t change the numbers and I’m doing something wrong I guess. Thanks
Hi, maybe you can help me. I have a layer with multiple polygons of different shapes and sizes and I need to make calculations using the length of the southest edge. Any idea how can I generate this type of data? Thank you
Being self taught, this video showed me quickly how to add SF, Acres, Hectares to my attribute table (pick DOUBLE, and 2 decimal places). Thank you!
What's the difference between Sq Ft and Shape_Area? I noticed the whole numbers matched on your example, but the decimals differed.
What program did you use to share your screen like this?
I use Camtasia for screen caputring.
Hi, is there a script to get basic information such as line length and start and end coordinates of a line segment by simply double clicking on the line?
I’m adding field and acres and it rounds it up to while numbers… how can I get it to give me unrounded in tenths of an acre? I seen where I add decimal places but it doesn’t change the numbers and I’m doing something wrong I guess. Thanks
I'd go with a double or float data type instead of a long or short since it will truncate it to an integer.
Hi, maybe you can help me.
I have a layer with multiple polygons of different shapes and sizes and I need to make calculations using the length of the southest edge. Any idea how can I generate this type of data?
Thank you
Thank you