3ds Max C++ API Reference
Page File Path

The folder location for bitmap tile pagefiles. More...

Functions

virtual const MCHARGetPageFilePath ()=0
 Returns the page file path. More...
 
virtual void SetPageFilePath (const MCHAR *path)=0
 Sets the page file path. More...
 

Detailed Description

The folder location for bitmap tile pagefiles.

The value is read from an ini file when the application is launched, and saved to an ini file when the application is closed.

Function Documentation

◆ GetPageFilePath()

virtual const MCHAR* GetPageFilePath ( )
pure virtual

Returns the page file path.

◆ SetPageFilePath()

virtual void SetPageFilePath ( const MCHAR path)
pure virtual

Sets the page file path.

Changing the pagefile path does not move existing pagefiles to the new location, but any bitmaps created later will page to the new location.