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.
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 StringVar : FileVariable<string>
Constructors
| Improve this Doc View SourceStringVar(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 |