property position

(r/w) int64 position;

Typ

Zugriff

This property contains the current position of the stream relative to the start of the attached stream.
var memStreamObj = shell.serviceManager.basics.memoryStream;
var position = memStreamObj.position;