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

abaaf723 b2e4 eee7 0f57 dcde6fc7a988

haplokuon edited this page May 6, 2023 · 1 revision

GeometricSymbol Property

netDxf 3.0.0 Library

Gets or sets the geometric characteristics symbol.

Definition

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

C#

public ToleranceGeometricSymbol GeometricSymbol { get; set; }

VB

Public Property GeometricSymbol As ToleranceGeometricSymbol
	Get
	Set

C++

public:
property ToleranceGeometricSymbol GeometricSymbol {
	ToleranceGeometricSymbol get ();
	void set (ToleranceGeometricSymbol value);
}

F#

member GeometricSymbol : ToleranceGeometricSymbol with get, set

Property Value

ToleranceGeometricSymbol

See Also

Reference

ToleranceEntry Class
netDxf.Entities Namespace

Clone this wiki locally