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..
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.