SoExtTexture2SetMemorySpace Method |
Sets the system memory space allowed for the texture images.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetMemorySpace(
double megaBytes
)
Public Shared Sub SetMemorySpace (
megaBytes As Double
)
public:
static void SetMemorySpace(
double megaBytes
)
static member SetMemorySpace :
megaBytes : float -> unit
Parameters
- megaBytes
- Type: SystemDouble
Remarks This value is specified in megabytes (MB). The default is 16 MB.
See Also