Property that controls the generation of
polylines during the SKETCH command. This property corresponds to
the SKPOLY system variable. ValueDescriptionfalse
Generates Lines true Generates Polylines
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Skpoly { get; set; }
Public Property Skpoly As Boolean
Get
Set
public:
property bool Skpoly {
bool get ();
void set (bool value);
}
member Skpoly : bool with get, set
Property Value
Boolean
See Also