Show / Hide Table of Contents

Class HeaderSectionArgs

Inheritance
System.Object
FileSectionBase
HeaderSectionArgs
Inherited Members
FileSectionBase.DataList
FileSectionBase.StartIndex
FileSectionBase.EndIndex
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 Source

HeaderSectionArgs(Int32, TaggedDataList)

Declaration
public HeaderSectionArgs(int startingIndex, TaggedDataList list)
Parameters
Type Name Description
System.Int32 startingIndex
TaggedDataList list

Properties

| Improve this Doc View Source

AutoCadVersion

What the AutoCAD Version is

Declaration
public AutoCadVersionVar AutoCadVersion { get; }
Property Value
Type Description
AutoCadVersionVar
| Improve this Doc View Source

CurrentLayer

The CurrentLayer

Declaration
public StringVar CurrentLayer { get; }
Property Value
Type Description
StringVar
| Improve this Doc View Source

LastSavedBy

Who the file was last saved by

Declaration
public StringVar LastSavedBy { get; }
Property Value
Type Description
StringVar

Methods

| Improve this Doc View Source

ReadSection()

Declaration
public override void ReadSection()
Overrides
FileSectionBase.ReadSection()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX