SweepOptionsAlignStart
Property
 | 
Property that represents the align to start
option. If true, alignment to the start of the curve is applied. If
false, alignment to the end of the curve is applied.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public bool AlignStart { get; }
 
Public ReadOnly Property AlignStart As Boolean
        Get
 
public:
property bool AlignStart {
        bool get ();
}
 
member AlignStart : bool with get
 
 
 
Property Value
Boolean
 
See Also