What's the MinimumBoundingGeometry function in ArcObjects SDK 10.2 ?

323
1
01-14-2019 08:59 AM
AdrianoBao
New Contributor

Hi everyone,

First time poster.

I need to calculate the MinimumBoundigGeometry of an IGeometry.

There is this function in ArcObjects SDK 10.2 ?

What's the name ?

I Hope in your help.

Adriano

0 Kudos
1 Reply
MelitaKennedy
Esri Notable Contributor

Is a minimum bounding box acceptable? Or do you need something like a convex hull? For the latter, look at 

ITopologicalOperator.ConvexHull . 

0 Kudos