Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

This question already has an answer here:

Is it possible to use Copy Parallel tool in a python script or in modelbuilder for ArcGIS 10.2? Does anyone have a workaround or script for a tool that essential does the same thing as Copy Parallel. I have a modelbuilder model that needs to copy parallel lines from a street centerline shapefile, buffering will not work in this case.

share|improve this question

marked as duplicate by Erica, Chris W, Brad Nesom, radouxju, PolyGeo Aug 25 '14 at 21:29

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer 1

I do not think "Copy Parallel" is accesible via ArcPy or Model-Builder, using ArcObjects is a possibility.

A possible work around would be to buffer your line features, then use the "Feature to Line" tool.

share|improve this answer
    
thanks for the response. In this case using the buffer and feature to line tools don't get me the result I need. –  bailey Aug 25 '14 at 18:14
1  
This post has detailed steps to replicate Copy Parallel. gis.stackexchange.com/questions/25739/… –  klewis Aug 25 '14 at 18:16

Not the answer you're looking for? Browse other questions tagged or ask your own question.