Table of Contents

Class MappedElementParser

Namespace
VisioForge.Core.Metadata.KLV
Assembly
VisioForge.Core.dll

Represents a mapped element parser.

public class MappedElementParser : ElementParser

Inheritance

Derived

Inherited Members

Constructors

MappedElementParser(byte[], byte[])

Initializes a new instance of the VisioForge.Core.Metadata.KLV.MappedElementParser class.

public MappedElementParser(byte[] key, byte[] value)

Parameters

key byte[]

The key of the element.

value byte[]

The value of the element.

Fields

Domain

The domain of the mapped value.

public Tuple<double, double> Domain

Field Value

Tuple<double, double>

Error

The error of the mapped value.

public double? Error

Field Value

double?

Range

The range of the mapped value.

public Tuple<double, double> Range

Field Value

Tuple<double, double>

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.