Edit

ArcBufferPage.Advance(Int32) Method

Definition

Increases the number of bytes written to the page by the provided amount.

public void Advance(int bytes);
member this.Advance : int -> unit
Public Sub Advance (bytes As Integer)

Parameters

bytes
Int32

The number of bytes to increase the length of this page by.

Applies to