HardwareCompatible Property

Summary
Gets the value that indicates whether the current hardware is capable of running the 3D engine or not.
Syntax
C#
VB
C++
public static bool HardwareCompatible { get; } 
  
Public Shared ReadOnly Property HardwareCompatible As Boolean 
public: 
static property bool HardwareCompatible { 
   bool get(); 
} 

Property Value

true if the current hardware is advanced enough to run the 3D engine, false if any key hardware requirement is missing.

Remarks
  • It is recommended to test the hardware using this property at the beginning of your application, in order to be sure that your current hardware is capable of running the 3D engine.
Example

For an example refer to BlendingAvailable

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly

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