IsValidDirectXVersion Property

Summary

Gets the value that indicates whether the current DirectX version can run the 3D engine properly.

Syntax
C#
VB
C++
public static bool IsValidDirectXVersion { get; } 
  
Public Shared ReadOnly Property IsValidDirectXVersion As Boolean 
public: 
static property bool IsValidDirectXVersion { 
   bool get(); 
} 

Property Value

true if the current DirectX version can run the 3D engine properly; otherwise, false.

Remarks
  • The minimum DirectX version compatible with the 3D engine is DirectX 9.0c.
  • To retrieve the name of the current DirectX Version installed on the system, use the DirectXVersion property.

Example

For an example refer to BlendingAvailable

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.

Leadtools.Medical3D Assembly