Getting extent from dbGeometry

784
1
03-15-2017 02:21 PM
DaveSouthern
New Contributor II

I have a dbGeometry object in C#.net that is basically a union of several other dbGeometry objects.  I need a way to get the extent of this unioned object.  Any ideas as to the best way to handle this?

0 Kudos
1 Reply
DaveSouthern
New Contributor II

Forgive me, folks - I read the class wrong - it's a DbGeograpy class - not a DbGeometry class.  If it had been the latter I could have used the envelope property. 

0 Kudos