Show / Hide Table of Contents

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.

Inheritance
System.Object
FileVariable<AutoCadVersions>
AutoCadVersionVar
Inherited Members
FileVariable<AutoCadVersions>.VariableName
FileVariable<AutoCadVersions>.Value
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 Source

AutoCadVersionVar(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 Source

ParseAutoCadVersion(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

  • Improve this Doc
  • View Source
Back to top Generated by DocFX