MLineNoStartCaps Property
|
Gets or sets the suppression of start caps.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool NoStartCaps { get; set; }
Public Property NoStartCaps As Boolean
Get
Set
public:
property bool NoStartCaps {
bool get ();
void set (bool value);
}
member NoStartCaps : bool with get, set
PROPERTY NoStartCaps AS LOGIC GET SET
Property Value
Type:
BooleanSee Also