View Single Post

  #4 (permalink)  
Old 03-08-2006
Wilfried Wilfried is offline
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,177
Hi,

I dont think there is a GetStreetAddress method in a Location object. I think what you are looking for is the StreetAddress property, so:

Code:
callejero = streetLoc.StreetAddress;
Reply With Quote