3ds Max C++ API Reference
Loading...
Searching...
No Matches
Page File Path

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

Functions

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

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 MSTR 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.