ISegmentCollection segmentCollection = new PolygonClass(); segmentCollection.SetCircle(point, 10); IGeometry circle = segmentCollection as IGeometry;
you have some options: ISegmentCollection segmentCollection = new PolygonClass(); segmentCollection.SetCircle(point, 10); IGeometry circle = segmentCollection as IGeometry; or you can cast the point to ITopologicalOperatorĀ and use bufferor you can rotate a vector from a center pointor use EllipticArcClassand so on..
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.