ArcBufferPage.Advance(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.