Show / Hide Table of Contents

Class StringVar

The String Variable Class for AutoCAD File Variables. This class is a specialization of the FileVariable<T> class where T is a System.String.

Inheritance
System.Object
FileVariable<System.String>
StringVar
Inherited Members
FileVariable<String>.VariableName
FileVariable<String>.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 StringVar : FileVariable<string>

Constructors

| Improve this Doc View Source

StringVar(String, String)

The main constructor for a string variable

Declaration
public StringVar(string variableName, string value)
Parameters
Type Name Description
System.String variableName

The file variable name eg. "$LASTSAVEDBY" The last saved by file variable

System.String value

The value of the variable

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