Description
Determines whether or not the video card supports the surface mesh primitive. This is equivalent to calling
Supported with
Automatic.
Syntax
| [Visual Basic .NET] |
|---|
Public Function SupportedWithDefaultRenderingMethod() As Boolean
|
| [C#] |
|---|
public bool SupportedWithDefaultRenderingMethod();
|
| [Managed C++] |
|---|
public: bool SupportedWithDefaultRenderingMethod();
|
| [Unmanaged C++] |
|---|
public: HRESULT SupportedWithDefaultRenderingMethod(
VARIANT_BOOL * pRetVal
);
|
| [Java] |
|---|
public bool supportedWithDefaultRenderingMethod();
|
[Python - STK API ] |
|---|
def SupportedWithDefaultRenderingMethod(self) -> bool:
|
See Also