ArcGIS Pro 2.8 API Reference Guide
ParallelOffset Class Members
Properties  Methods 


ArcGIS.Desktop.Editing Namespace : ParallelOffset Class

The following tables list the members exposed by ParallelOffset.

Public Properties
 NameDescription
Public PropertySpecifies If two or more connected lines should have their direction temporarily aligned for the purposes of the copy. (Default value = false)  
Public PropertySpecifies if connected lines should be copied to separate lines. (Default value = false).  
Public PropertySpecifies the shape of corners created in the copied lines. (Default value = ParallelOffset.CornerType.Mitered)  
Public PropertySpecifies the offset distance in map units. (Default value = 0)  
Public PropertySpecifies the number of parallel offset copies to create. (Default value = 1)  
Public PropertySpecifies if self intersecting loops should be removed in the copied features. (Default value = True)  
Public PropertyDefines the lines to be copied from.  
Public PropertySpecifies on which side of selected lines the offset lines will be copied. (Default value = ParallelOffset.SideType.Both)  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) A class representing the parameters for copying parallel line features.  
Public Method Returns a ParallelOffset.Builder from the current ParallelOffset.  
Top
See Also

Reference

ParallelOffset Class
ArcGIS.Desktop.Editing Namespace