ACadSharp.Objects.MultiLeaderStyle.FirstSegmentAngleConstraint - DomCR/ACadSharp GitHub Wiki

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.