DirectXVersion Property

Summary
Gets the value that indicates the name of the current DirectX version installed on the system.
Syntax
C#
VB
C++
public static string DirectXVersion { get; } 
  
Public Shared ReadOnly Property DirectXVersion As String 
public: 
static property String^ DirectXVersion { 
   String^ get(); 
} 

Property Value

Value that indicates the name of the current DirectX version installed on the system.

Remarks
  • To check whether the current DirectX version installed on the system is supported by the 3D engine, use the IsValidDirectXVersion property.
  • The minimum DirectX version compatible with the 3D engine is DirectX 9.0c.
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.