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

97c09b0b 23a6 dada 61c4 eaa14ecca64d

haplokuon edited this page May 6, 2023 · 1 revision

ShowDiameterSymbol Property

netDxf 3.0.0 Library

Gets or sets if the tolerance diameter symbol will be shown.

Definition

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

C#

public bool ShowDiameterSymbol { get; set; }

VB

Public Property ShowDiameterSymbol As Boolean
	Get
	Set

C++

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

F#

member ShowDiameterSymbol : bool with get, set

Property Value

Boolean

See Also

Reference

ToleranceValue Class
netDxf.Entities Namespace

Clone this wiki locally