←Select platform

VolumesLimit Property

Summary

Number of simultaneous volumes allowed to be loaded.

Syntax
C#
VB
C++
public static int VolumesLimit { get; set; } 
Public Shared Property VolumesLimit() As Integer 
   Get 
   Set 
public:  
   static property Int32 VolumesLimit 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Value that indicates the number of simultaneous volumes allowed to be loaded.

Remarks
  • VolumesLimit is different from VolumesHardwareLimit which is the limit of volumes that are rendered using local hardware only. Instead, VolumesLimit is the limit of total simultaneous volumes that are rendered using hardware or software modes.

  • Usually VolumesHardwareLimit is lower than this property. Once the number of loaded volume exceeds VolumesHardwareLimit, the engine starts rendering the rest in software mode, until it reaches this value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.