DatabasePlineEllipse Property
|
Property that controls whether polylines or
ellipses are to be generated by the ELLIPSE command. This property
corresponds to the PELLIPSE system variable.
ValueDescriptionfalse Ellipses true Polylines
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool PlineEllipse { get; set; }
Public Property PlineEllipse As Boolean
Get
Set
public:
property bool PlineEllipse {
bool get ();
void set (bool value);
}
member PlineEllipse : bool with get, set
Property Value
Boolean
See Also