VolumesLimit Property

Summary

Number of simultaneous volumes allowed to be loaded.

Syntax
C#
C++/CLI
public static int VolumesLimit { 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 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.