CadMLeaderStyleSecondSegmentAngleConstraint Property |
Gets or sets the second segment angle constraint.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic CadDoubleParameter SecondSegmentAngleConstraint { get; set; }Public Property SecondSegmentAngleConstraint As CadDoubleParameter
Get
Set
public:
property CadDoubleParameter^ SecondSegmentAngleConstraint {
CadDoubleParameter^ get ();
void set (CadDoubleParameter^ value);
}member SecondSegmentAngleConstraint : CadDoubleParameter with get, set
Property Value
Type:
CadDoubleParameter
The second segment angle constraint.
See Also