Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

4289fced 9ee8 7789 2677 6a3ed9b82531

haplokuon edited this page May 6, 2023 · 1 revision

FitDimLineInside Property

netDxf 3.0.0 Library

Gets or sets the drawing of the dimension line and arrowheads even if not enough space is available inside the extension lines. (DIMSOXD)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool FitDimLineInside { get; set; }

VB

Public Property FitDimLineInside As Boolean
	Get
	Set

C++

public:
property bool FitDimLineInside {
	bool get ();
	void set (bool value);
}

F#

member FitDimLineInside : bool with get, set

Property Value

Boolean

Remarks

Default: true
If not enough space is available inside the extension lines and FitTextInside is true, setting FitDimLineInside to false suppresses the arrowheads. If FitDimLineInside is false, FitDimLineInside has no effect.

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally