Hi,
How do I pass geometry objects from a client app such as Flex directly to arcobjects? Seemingly, AOs cannot process geometry passed as string from Flex.
For example, I would like to pass a polygon feature to AO as a Polygon object, there seems to be no other way than to compose a Polyline from a Point class and then pass it as a ring to Polygon. Is there a simpler solution?
Thanks.