Origin |
public class OriginAnyParser
The OriginAnyParser type exposes the following members.
| Name | Description | |
|---|---|---|
| OriginAnyParser(FileStream) | Initializes a new instance of the OriginAnyParser class. | |
| OriginAnyParser(Stream, StreamWriter) | Initializes a new instance of the OriginAnyParser class. |
| Name | Description | |
|---|---|---|
| Attachments | Gets the attachments. Consists of name/value pairs, but the name often seems to be empty. | |
| BuildVersion | Gets the build version. | |
| Datasets | Gets the datasets. | |
| Excels | Gets the excels. | |
| FileVersion | Gets the file version. | |
| Functions | Gets the functions. | |
| Graphs | Gets the graphs. | |
| Matrixes | Gets the matrices. | |
| Notes | Gets the notes. | |
| Parameters | Gets the parameters. | |
| ParseError | Gets the parse error code. | |
| ProjectTree | Gets or sets the project tree. | |
| ResultsLog | Gets or sets the results log. | |
| SpreadSheets | Gets the spreadsheets. | |
| Version | Gets the version. | |
| WindowsCount | Gets or sets the windows count. |
| Name | Description | |
|---|---|---|
| AssignObjectsToProjectTree | ||
| ConvertSpreadToExcel | ||
| DoubleToPosixTime | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FindColumnByName | ||
| FindDataByIndex | ||
| FindExcelByName | ||
| FindExcelColumnByName | ||
| FindFunctionByName | ||
| FindGraphByName | ||
| FindMatrixByName | ||
| FindNoteByName | ||
| FindObjectByIndex | ||
| FindSpreadByName | ||
| FindSpreadColumnByName | ||
| FindWindowObjectByIndex | ||
| GetAnnotationProperties | ||
| GetAxisBreakProperties | ||
| GetAxisParameterProperties | ||
| GetColor | ||
| GetColorMap | ||
| GetColumnInfoAndData | ||
| GetCurveProperties | ||
| GetDataTypeToDeserialize | Gets the type of data to deserialize from dataType, dataTypeU and valueSize. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetLayerProperties | ||
| GetMatrixValues | ||
| GetNoteProperties | ||
| GetNullTerminatedString | Gets a null terminated string from a byte buffer. | |
| GetProjectFolderProperties | ||
| GetProjectLeafProperties | ||
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| GetWindowProperties | ||
| GetZColorsMap | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| OutputProjectTree | ||
| ReadAnnotationElement | ||
| ReadAnnotationList | ||
| ReadAttachmentList | ||
| ReadAxisBreakElement | ||
| ReadAxisParameterElement | ||
| ReadCurveElement | ||
| ReadDataSetElement | Reads a dataset element from the file stream. | |
| ReadFileVersion | Reads the file version from an .opj or .opju file. Attention: this call does not throw exceptions if the file is corrupt! Instead you have to check the error argument! | |
| ReadFolderTree | ||
| ReadGlobalHeader | Reads the global header from the file stream. | |
| ReadLayerElement | ||
| ReadLine | Reads a string line, and stops if the char is below 0x20. Afterwards, the stream cursor is placed on the character that has caused the stop. | |
| ReadNoteElement | ||
| ReadObjectAsByteArray | Reads an object as a byte array. | |
| ReadObjectAsString | Reads a fixed length string. If the size is given as greater than 0, then also the delimiting newline char (0x0A) is read. Note that if a size of 0 is provided, then the delimiting newline character is not read! | |
| ReadObjectSize | Reads the size of an object from the file stream. | |
| ReadParameterElement | ||
| ReadProjectLeaf | ||
| ReadProjectTree | ||
| ReadWindowElement | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |