Show / Hide Table of Contents

Class FileVariable<T>

A generic class that is used to act as a base for other file variable classes to specialize and inherit from

Inheritance
System.Object
FileVariable<T>
AutoCadVersionVar
StringVar
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 class FileVariable<T>
Type Parameters
Name Description
T

The Typename of the file variable

Constructors

| Improve this Doc View Source

FileVariable(String)

The main constructor for the FileVariable Class. This Constructor will set the variable name.

Declaration
protected FileVariable(string variableName)
Parameters
Type Name Description
System.String variableName

Properties

| Improve this Doc View Source

Value

The Variables Value

Declaration
public virtual T Value { get; set; }
Property Value
Type Description
T
| Improve this Doc View Source

VariableName

The Variable Name

Declaration
public string VariableName { get; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX