|
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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
Syntaxfunction get_Position();
function set_Position(value);
View SourceProperty Value
Int64
Remarks
WriteOnly stream has no position. Returned value will always be -1 and any assigned value will be ignored.
See Also