ArcLengthDimensionOffset Property
|
Gets or sets the distance between the center of the measured arc and the dimension line.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic double Offset { get; set; }Public Property Offset As Double
Get
Set
public:
property double Offset {
double get ();
void set (double value);
}member Offset : float with get, set
PROPERTY Offset AS REAL8 GET SET
Property Value
Type:
Double
Remarks
Positive values will measure the arc length between the start point and the end point while negative values will measure the opposite arc length.
Even thought, zero values are allowed, they are not recommended.
See Also