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

a6de6068 1a4d cd1a c9c3 de4c2d666e2e

haplokuon edited this page May 6, 2023 · 1 revision

SuppressLinearTrailingZeros Property

netDxf 3.0.0 Library

Suppresses trailing zeros in linear decimal tolerance units. (DIMTZIN)

Definition

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

C#

public bool SuppressLinearTrailingZeros { get; set; }

VB

Public Property SuppressLinearTrailingZeros As Boolean
	Get
	Set

C++

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

F#

member SuppressLinearTrailingZeros : bool with get, set

Property Value

Boolean

Remarks

This value is part of the DIMTZIN variable.

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally