Skip to content

ACadSharp.Objects.MultiLeaderStyle.SecondSegmentAngleConstraint

Albert Domenech edited this page Aug 4, 2024 · 2 revisions

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#

DxfCodeValueAttribute
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