DatabaseSplinesegs Property
|
Property that controls the number of segments
for spline-fit polylines generated by the PEDIT/Spline command. The
value is a non-zero integer number from -32768 to 32767. A negative
value generates circular segments. A positive value generates
linear segments. A zero value is not applicable. Fit-type polylines
use arcs as approximating segments. This property corresponds to
the SPLINESEGS system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Splinesegs { get; set; }
Public Property Splinesegs As Integer
Get
Set
public:
property int Splinesegs {
int get ();
void set (int value);
}
member Splinesegs : int with get, set
Property Value
Int32
See Also