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

9d09b62a 8148 3ba9 6098 897a59e3cbdf

haplokuon edited this page May 6, 2023 · 1 revision

Symbols Class

netDxf 3.0.0 Library

Symbols for dxf text strings.

Definition

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

C#

public static class Symbols

VB

Public NotInheritable Class Symbols

C++

public ref class Symbols abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type Symbols = class end
Inheritance Object → Symbols

Remarks

These special strings translates to symbols in AutoCad. They are obsolete since Unicode characters are supported.

Fields

Degree Text string that shows as a degree '°' character.
Diameter Text string that shows as a diameter 'Ø' character.
PlusMinus Text string that shows as a plus-minus '±' character.

See Also

Reference

netDxf Namespace

Clone this wiki locally