Class AutoCadVersionVar
The AutoCADVersion Variable class. This class is a specialization of the FileVariable<T> class where T is an AutoCadVersions. This class is used for the AutoCAD Version in the dxf file.
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: Dxflib.IO.Header
Assembly: Dxflib.dll
Syntax
public sealed class AutoCadVersionVar : FileVariable<AutoCadVersions>
Constructors
| Improve this Doc View SourceAutoCadVersionVar(String)
The main constructor which will set the value of the variable.
Declaration
public AutoCadVersionVar(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Methods
| Improve this Doc View SourceParseAutoCadVersion(String)
This function converts strings to the AutoCADVersions enum
Declaration
public static AutoCadVersions ParseAutoCadVersion(string line)
Parameters
Type | Name | Description |
---|---|---|
System.String | line | The string that is to be parsed |
Returns
Type | Description |
---|---|
AutoCadVersions | A corresponding AutoCADVersion |