STK Real-Time FrameworkSend 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
);
[Unmanaged C++]
public: HRESULT Read(
    long MaxBytes,
    VARIANT * pBytes
);
[Java]
public AgVariant read(
    int MaxBytes
);

Parameters

MaxBytes

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.