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

c073ce91 b60c 407f 3fbc 9acf457c86a5

haplokuon edited this page May 6, 2023 · 1 revision

DisplayMethod Property

netDxf 3.0.0 Library

Gets or sets the method for calculating the tolerance. (DIMTOL)

Definition

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

C#

public DimensionStyleTolerancesDisplayMethod DisplayMethod { get; set; }

VB

Public Property DisplayMethod As DimensionStyleTolerancesDisplayMethod
	Get
	Set

C++

public:
property DimensionStyleTolerancesDisplayMethod DisplayMethod {
	DimensionStyleTolerancesDisplayMethod get ();
	void set (DimensionStyleTolerancesDisplayMethod value);
}

F#

member DisplayMethod : DimensionStyleTolerancesDisplayMethod with get, set

Property Value

DimensionStyleTolerancesDisplayMethod

Remarks

Default: None

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally