C#
VB
C++
Gets the value that indicates whether the current hardware is capable of running the 3D engine or not.
public static bool HardwareCompatible { get; }
Public Shared ReadOnly Property HardwareCompatible As Boolean
public:
static property bool HardwareCompatible {
bool get();
}
true if the current hardware is advanced enough to run the 3D engine, false if any key hardware requirement is missing.
For an example refer to BlendingAvailable
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET