ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMGeometricEffectDashes Class / OffsetAlongLine Property

In This Topic
    OffsetAlongLine Property (CIMGeometricEffectDashes)
    In This Topic
    Gets or sets the position where the pattern should begin relative to the starting point of the geometry. It shifts the entire pattern along the line the specified distance. Negative values indicate a shift to the left and positive numbers a shift to the right. This property is only applied if LineDashEnding is set to NoConstraint or Custom.
    Syntax
    public double OffsetAlongLine {get; set;}
    Public Property OffsetAlongLine As Double
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also