POST
|
Check this out. http://edndoc.esri.com/arcobjects/9.2/NET/9df45774-c95a-4ae4-9a0d-3eedcf58c5c0.htm
... View more
01-24-2012
01:26 PM
|
0
|
0
|
15
|
POST
|
Can you please share your code? Are you using ISegmentCollection?
... View more
01-24-2012
01:22 PM
|
0
|
0
|
15
|
POST
|
Can you create the polygon first then rotate it to the angle?
... View more
01-12-2012
07:39 AM
|
0
|
0
|
9
|
POST
|
Using Advanced editing tool Generalize to insert multiple vertices into the circle. Then, in ArcToolbox, using Feature Vertices To Points to create a feature class containing those points of the input generalized circle.
... View more
01-10-2012
09:41 AM
|
0
|
0
|
11
|
POST
|
I'm glad it works for you. We are working on adding more samples/code snippet for user reference. It is an on-going process. Thanks for your input.
... View more
12-09-2011
07:20 AM
|
0
|
0
|
19
|
POST
|
I think you have to put geometryType parameter as shown below. {"geometryType" : "esriGeometryPolygon", "geometries" : [ {"rings":[[[5773777.49661869,2289563.95264293],[5773653.87350635,2289764.94666351],[5774526.1384941,2290309.87142669],[5774648.57525711,2290113.75075594],[5773777.49661869,2289563.95264293]]]} ] }
... View more
12-08-2011
02:04 PM
|
0
|
0
|
19
|
POST
|
Just saw this one. Does the problem still there? If yes, can you please provide the data and code snippet?
... View more
12-05-2011
02:08 PM
|
0
|
0
|
8
|
POST
|
IGeometry intersects = topo.Intersect(circle, esriGeometryDimension.esriGeometry0Dimension); In this line, what type of Geometry is circle? Is it of CircularArc or Polyline?
... View more
12-05-2011
01:48 PM
|
0
|
0
|
12
|
POST
|
You can cast the polyline into IPolycurve, then call Smooth method to convert into a smooth curve that containing only Beizer curve segments.
... View more
12-05-2011
08:39 AM
|
0
|
0
|
20
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|