|
BinaryImageParserBasePosition Property
|
The parser is designed as a write only stream, so this method is not implemented.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function get_Position();
function set_Position(value);
View SourceProperty Value
Int64Remarks
WriteOnly stream has no position. Returned value will always be -1 and any assigned value will be ignored.
See Also