Tests whether the specified VGT feature is supported.
[Visual Basic .NET] |
---|
Public Function Supports( _ ByVal Feature As AgECrdnKind _ ) As Boolean |
[C#] |
---|
public bool Supports( AgECrdnKind Feature ); |
[Managed C++] |
---|
public: bool Supports( AgECrdnKind Feature ); |
[Unmanaged C++] |
---|
public: HRESULT Supports( AgECrdnKind Feature, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool supports( AgECrdnKind Feature ); |
[Python - STK API ] |
---|
def Supports(self, Feature:"AgECrdnKind") -> bool: |
- Feature
- A feature to test.