Class MappedElementParser
- Namespace
- VisioForge.Core.Metadata.KLV
- Assembly
- VisioForge.Core.dll
Represents a mapped element parser.
public class MappedElementParser : ElementParserInheritance
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
Fields
Domain
The domain of the mapped value.
public Tuple<double, double> DomainField Value
Error
The error of the mapped value.
public double? ErrorField Value
Range
The range of the mapped value.
public Tuple<double, double> RangeField Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
-
A string that represents the current object.