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

c1fc8790 5e8f 2b06 9897 af74c2b3e4bf

haplokuon edited this page May 6, 2023 · 1 revision

LowerLimit Property

netDxf 3.0.0 Library

Gets or sets the minimum or lower tolerance value. (DIMTM)

Definition

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

C#

public double LowerLimit { get; set; }

VB

Public Property LowerLimit As Double
	Get
	Set

C++

public:
property double LowerLimit {
	double get ();
	void set (double value);
}

F#

member LowerLimit : float with get, set

Property Value

Double

Remarks

Default: 0.0

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally