Show / Hide Table of Contents

Class Header

Represents an OpenLR binary header.

Inheritance
System.Object
Header
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class Header

Properties

ArF0

Gets or sets ArF0 status bit.

Declaration
public bool ArF0 { get; set; }
Property Value
System.Boolean

ArF1

Gets or sets ArF1 status bit.

Declaration
public bool ArF1 { get; set; }
Property Value
System.Boolean

HasAttributes

Gets or sets the has attributes status bit.

Declaration
public bool HasAttributes { get; set; }
Property Value
System.Boolean

IsPoint

Gets or sets the IsPoint status bit.

Declaration
public bool IsPoint { get; set; }
Property Value
System.Boolean

Version

Gets or sets the version number.

Declaration
public ushort Version { get; set; }
Property Value
System.UInt16

Back to top Built by Itinero, MIT licensed.