Gets or sets the current position (offset from the base address) in the stream
Namespace: RTX.IOAssembly: IntervalZero.RTX (in IntervalZero.RTX.dll) Version: 12.0.0.0 (12.0.0.0)
public override long Position { get; set; }
public override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
Public Overrides Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
Property Value
Type:
Int64