Class HeaderSectionArgs
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 HeaderSectionArgs : FileSectionBase
Constructors
| Improve this Doc View SourceHeaderSectionArgs(Int32, TaggedDataList)
Declaration
public HeaderSectionArgs(int startingIndex, TaggedDataList list)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | startingIndex | |
TaggedDataList | list |
Properties
| Improve this Doc View SourceAutoCadVersion
What the AutoCAD Version is
Declaration
public AutoCadVersionVar AutoCadVersion { get; }
Property Value
Type | Description |
---|---|
AutoCadVersionVar |
CurrentLayer
The CurrentLayer
Declaration
public StringVar CurrentLayer { get; }
Property Value
Type | Description |
---|---|
StringVar |
LastSavedBy
Who the file was last saved by
Declaration
public StringVar LastSavedBy { get; }
Property Value
Type | Description |
---|---|
StringVar |
Methods
| Improve this Doc View SourceReadSection()
Declaration
public override void ReadSection()