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

81ba16bd 96f7 971e c17c d408beec33b0

haplokuon edited this page May 6, 2023 · 1 revision

ProjectedToleranceZoneValue Property

netDxf 3.0.0 Library

Gets or sets the projected tolerance zone value.

Definition

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

C#

public string ProjectedToleranceZoneValue { get; set; }

VB

Public Property ProjectedToleranceZoneValue As String
	Get
	Set

C++

public:
property String^ ProjectedToleranceZoneValue {
	String^ get ();
	void set (String^ value);
}

F#

member ProjectedToleranceZoneValue : string with get, set

Property Value

String

Remarks

A projected tolerance zone controls the variation in height of the extended portion of a fixed perpendicular part and refines the tolerance to that specified by positional tolerances.

See Also

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally