Gets a value indicating whether the specified type can be used.
| [Visual Basic .NET] |
|---|
Public Function IsPassTypeSupported( _ ByVal Pass As AgEVeGfxPass _ ) As Boolean |
| [C#] |
|---|
public bool IsPassTypeSupported( |
| [Managed C++] |
|---|
public: bool IsPassTypeSupported( |
| [Java] |
|---|
public bool isPassTypeSupported( |
| [Unmanaged C++] |
|---|
public: HRESULT IsPassTypeSupported( |
- Pass
Member Value Description ePassUnknown -1 Unknown pass. ePassShowAll 0 Show all passes. ePassShowPasses 1 Show passes in a user-specified range.
