HyperWorks Desktop

*SetMemoryWaterMark()

Specifies the upper and lower values for the memory watermark.

*SetMemoryWaterMark()

Specifies the upper and lower values for the memory watermark.

Previous topic Next topic No expanding text in this topic  

*SetMemoryWaterMark()

Specifies the upper and lower values for the memory watermark.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*SetMemoryWaterMark(high, low)

Arguments

Name

Description

 

high

High water setting (in Mb); cannot be greater than 4,096.

 

low

Low water setting (in Mb); cannot be less than 0.

Example

*BeginGraphicDefaults()

  *SetMemoryWaterMark(4096, 1024)

*EndGraphicDefaults()

Application

HyperView

Context

*BeginDefaults()

*BeginGraphicDefaults()

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

List of Preference Statements