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( AgEVeGfxPass Pass ); |
[Managed C++] |
---|
public: bool IsPassTypeSupported( AgEVeGfxPass Pass ); |
[Unmanaged C++] |
---|
public: HRESULT IsPassTypeSupported( AgEVeGfxPass Pass, VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isPassTypeSupported( AgEVeGfxPass Pass ); |
[Python - STK API ] |
---|
def IsPassTypeSupported(self, Pass:"AgEVeGfxPass") -> bool: |
- Pass