STK Graphics PrimitivesSend comments on this topic.
RenderingMethod Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also
Windows





Windows & Linux

Description

Gets the rendering method used to render the marker batch.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RenderingMethod() As AgEStkGraphicsMarkerBatchRenderingMethod
[C#]
public AgEStkGraphicsMarkerBatchRenderingMethod RenderingMethod {get;}
[Managed C++]
public: __property AgEStkGraphicsMarkerBatchRenderingMethod get_RenderingMethod();
[Unmanaged C++]
public: HRESULT get_RenderingMethod(
    AgEStkGraphicsMarkerBatchRenderingMethod * pRetVal
);
[Java]
public AgEStkGraphicsMarkerBatchRenderingMethod getRenderingMethod();
[Python - STK API ]
@property
def RenderingMethod(self) -> "AgEStkGraphicsMarkerBatchRenderingMethod":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.