Click or drag to resize

Symbols Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Symbols for dxf text strings.
Inheritance Hierarchy
SystemObject
  netDxfSymbols

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public static class Symbols
Request Example View Source

The Symbols type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDegree
Text string that shows as a degree '°' character.
Public fieldStatic memberDiameter
Text string that shows as a diameter 'Ø' character.
Public fieldStatic memberPlusMinus
Text string that shows as a plus-minus '±' character.
Top
Remarks
These special strings translates to symbols in AutoCad. They are obsolete since Unicode characters are supported.
See Also