←Select platform

VolumesHardwareLimit Property

Summary

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

Syntax
C#
VB
C++
public static int VolumesHardwareLimit { get; set; } 
Public Shared Property VolumesHardwareLimit() As Integer 
   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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.