Skip to content

ACadSharp.Objects.MultiLeaderStyle.SecondSegmentAngleConstraint

Albert Domenech edited this page Jul 14, 2024 · 1 revision

SecondSegmentAngleConstraint Property

Gets or sets a snap angle value for the second leader segment when a leader line is being created for the mutileader.

Remarks

This property supports creating and editing a multileader but has no meaning for the display of multileaders.

Definition

Namespace: ACadSharp.Objects.MultiLeaderStyle

C#

public Double SecondSegmentAngleConstraint { get; set; }

Property Value

Double

Value

An angle value in radians or zero if no angle contstraint is set.

Clone this wiki locally