Hello,I want to split a line into many lines.Every 500m I want to make a split.I found this description for 9:http://webhelp.esri.com/arcgisdesktop/9.2/index.cfm?TopicName=Splitting_line_featuresand this for 10:http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#//002500000300000000in 9's solution i can split it into only two parts or CREATE points along the line in equivalent distancesbut i need a combination of both and performance is important, so I ant to solve it in one turn not in twoin 10's solution the line is also onloy splittet by pointsan other solution could be to use this:http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/into_an_equal_number_of_parts/001t000003vz000000/I could read the lines lenght, divide it into approximately 500m pieces and split the line into the divide-countbut I cant find anything like this function in the sdk....does anybody know a better and faster way?thanks for ideas and help
Cut2 is now only available in polygons.
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.