Select to view content in your preferred language

Create more than one Buffer whit coordinates

684
1
Jump to solution
12-21-2012 09:29 AM
EnriqueIbarra
Deactivated User
Hi Everybody

I'm traying to create more than one buffer since initialize the app, not within an event (like "click" in left mouse button). And don't know if it could be possible assigning coordinates manually. (that's my first goal)

then I would like to make a query and draw buffers over the results.

Can somebody help me?

Thanks in advance! Nice Day.
0 Kudos
1 Solution

Accepted Solutions
EnriqueIbarra
Deactivated User
I've solved it, just needed to set tha my query returns Geometry
query.ReturnGeometry = true;
and so i get the coordinates and can draw a buffer over a point.

View solution in original post

0 Kudos
1 Reply
EnriqueIbarra
Deactivated User
I've solved it, just needed to set tha my query returns Geometry
query.ReturnGeometry = true;
and so i get the coordinates and can draw a buffer over a point.
0 Kudos