Show / Hide Table of Contents

Class Symbols

Symbols for dxf text strings.

Inheritance
System.Object
Symbols
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: netDxf
Assembly: CADability.dll
Syntax
public static class Symbols
Remarks

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

Fields

| Improve this Doc View Source

Degree

Text string that shows as a degree '°' character.

Declaration
public const string Degree = "%%d"
Field Value
Type Description
System.String
| Improve this Doc View Source

Diameter

Text string that shows as a diameter 'Ø' character.

Declaration
public const string Diameter = "%%c"
Field Value
Type Description
System.String
| Improve this Doc View Source

PlusMinus

Text string that shows as a plus-minus '±' character.

Declaration
public const string PlusMinus = "%%p"
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX