|
BinaryImageParserBase.Position 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.244-beta+cf93f5f8aea4b941e9b426fe4e180c2bd85d31a2
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