VolumesHardwareLimit Property

Summary

The number of simultaneous volumes allowed for loading to the local hardware's graphics card.

Syntax
C#
C++/CLI
public static int VolumesHardwareLimit { get; set; } 
public:  
   static property Int32 VolumesHardwareLimit 
   { 
      Int32 get() 
      void set(Int32 value) 
   } 

Property Value

Value that indicates the allowed number of simultaneous volumes to be loaded using the local hardware's graphics card.

Remarks
  • VolumesHardwareLimit is different from the total limit set in VolumeLimit which is the limit of total simultaneous volumes that are rendered. Instead, VolumesHardwareLimit is the limit of volumes that are rendered using local hardware only.

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

Requirements

Target Platforms

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

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