InsertColumnSpacing Property
|
Column spacing (optional; default = 0)
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double ColumnSpacing { get; set; }
Public Property ColumnSpacing As Double
Get
Set
public:
property double ColumnSpacing {
double get ();
void set (double value);
}
member ColumnSpacing : float with get, set
PROPERTY ColumnSpacing AS REAL8 GET SET
Property Value
Type:
DoubleSee Also