←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly