Skip to content

ACadSharp.Objects.MultiLeaderStyle.FirstSegmentAngleConstraint

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

FirstSegmentAngleConstraint Property

Gets or sets a snap angle value for the first 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 FirstSegmentAngleConstraint { get; set; }

Property Value

Double

Value

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

Clone this wiki locally