Show / Hide Table of Contents

Class HeaderBlock

Inheritance
System.Object
HeaderBlock
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class HeaderBlock : ProtoBuf.IExtensible

Constructors

HeaderBlock()

Declaration
public HeaderBlock()

Properties

bbox

Declaration
public HeaderBBox bbox { get; set; }
Property Value
HeaderBBox

optional_features

Declaration
public List<string> optional_features { get; }
Property Value
System.Collections.Generic.List<System.String>

required_features

Declaration
public List<string> required_features { get; }
Property Value
System.Collections.Generic.List<System.String>

source

Declaration
public string source { get; set; }
Property Value
System.String

writingprogram

Declaration
public string writingprogram { get; set; }
Property Value
System.String

Back to top Built by Itinero, MIT licensed.