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





Description

Reads up to MaxBytes of data and advances position in the stream.

Syntax

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

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

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

[Java]
public Variant peek(
int MaxBytes
);

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

Parameters

MaxBytes

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1