AGI Real-Time Framework 11 Send comments on this topic.
Read Method (IAgRtStream)
See Also 
MaxBytes
Windows






Windows & Linux

Description

Reads up to MaxBytes without advancing position in the stream.

Syntax

[Visual Basic .NET]
Public Function Read( _
   ByVal MaxBytes As Integer _
) As System.Object

[C#]
public System.Object Read(
int MaxBytes
);

[Managed C++]
public: VARIANT Read(
int MaxBytes
);

[Java]
public Variant read(
int MaxBytes
);

[Unmanaged C++]
public: HRESULT Read(
long MaxBytes,
VARIANT * ReturnValue
);

Parameters

MaxBytes

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface