ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ParallelOffset.Builder Class


In This Topic
    ParallelOffset.Builder Class Properties
    In This Topic

    For a list of all members of this type, see ParallelOffset.Builder members.

    Public Properties
     NameDescription
    Public PropertyGets and sets If two or more connected lines should have their direction temporarily aligned for the purposes of the copy. (Default value = false)  
    Public PropertyGets and sets if connected lines should be copied to separate lines. (Default value = false).  
    Public PropertyGets and sets the shape of corners created in the copied lines. (Default value = ParallelOffset.CornerType.Mitered)  
    Public PropertyGets and sets the offset distance in map units. (Default value = 0)  
    Public PropertyGets and sets the number of parallel offset copies to create. (Default value = 1)  
    Public PropertyGets and sets if self intersecting loops should be removed in the copied features. (Default value = True)  
    Public PropertyGets and sets the lines to be copied from.  
    Public PropertyGets and sets on which side of selected lines the offset lines will be copied. (Default value = ParallelOffset.SideType.Both)  
    Public PropertyGets and sets the template to create the copies in.  
    Top
    See Also