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 SourceDegree
Text string that shows as a degree '°' character.
Declaration
public const string Degree = "%%d"
Field Value
| Type | Description |
|---|---|
| System.String |
Diameter
Text string that shows as a diameter 'Ø' character.
Declaration
public const string Diameter = "%%c"
Field Value
| Type | Description |
|---|---|
| System.String |
PlusMinus
Text string that shows as a plus-minus '±' character.
Declaration
public const string PlusMinus = "%%p"
Field Value
| Type | Description |
|---|---|
| System.String |