Length of a street

2416
2
06-16-2015 12:51 AM
MeindertGerckens
New Contributor

How can I get the length of a street?

I would like to be able to select a particular street (from a listview or dropdown in my app) and get the dimensions of the street...the width can be given by the user, but the length...can this be done with the ESRI SDK for .NET?

Thanks

Tags (1)
0 Kudos
2 Replies
WesMiller
Regular Contributor III

If you store the streets in a geodatabase the length is automatically calculated

0 Kudos
BrentHoskisson
Occasional Contributor III

ILine and IPolyline objects both have Length attributes which give the length.

0 Kudos