STK Graphics PrimitivesSend comments on this topic.
SupportedWithDefaultRenderingMethod Method (IAgStkGraphicsSurfaceMeshPrimitiveFactory)
See Also
Windows





Windows & Linux

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.