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

c809639f cb65 8956 365f a68370af29a8

haplokuon edited this page May 6, 2023 · 1 revision

ShowProjectedToleranceZoneSymbol Property

netDxf 3.0.0 Library

Gets or sets if the projected tolerance zone symbol will be shown after the projected tolerance zone value.

Definition

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

C#

public bool ShowProjectedToleranceZoneSymbol { get; set; }

VB

Public Property ShowProjectedToleranceZoneSymbol As Boolean
	Get
	Set

C++

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

F#

member ShowProjectedToleranceZoneSymbol : bool with get, set

Property Value

Boolean

See Also

Reference

Tolerance Class
netDxf.Entities Namespace

Clone this wiki locally