OrdinateDimensionLength Property
|
Gets or sets the length of the dimension line.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double Length { get; set; }
Public Property Length As Double
Get
Set
public:
property double Length {
double get ();
void set (double value);
}
member Length : float with get, set
PROPERTY Length AS REAL8 GET SET
Property Value
Type:
DoubleSee Also