STK Graphics PrimitivesSend comments on this topic.
Supported Method (IAgStkGraphicsMarkerBatchPrimitive)
See Also
RenderingMethod
The rendering method to check support for.
Windows





Windows & Linux

Description

Determines whether or not the video card supports the marker batch primitive with the given renderingMethod.

Syntax

[Visual Basic .NET]
Public Function Supported( _
    ByVal RenderingMethod As AgEStkGraphicsMarkerBatchRenderingMethod _
) As Boolean
[Managed C++]
public: bool Supported(
    AgEStkGraphicsMarkerBatchRenderingMethod RenderingMethod
);
[Unmanaged C++]
public: HRESULT Supported(
    AgEStkGraphicsMarkerBatchRenderingMethod RenderingMethod,
    VARIANT_BOOL * pRetVal
);
[Python - STK API ]
def Supported(self, RenderingMethod:"AgEStkGraphicsMarkerBatchRenderingMethod") -> bool:

Parameters

RenderingMethod
The rendering method to check support for.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.