STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsMarkerBatchPrimitiveFactory)
See Also
Windows





Windows & Linux

Description

Initializes a default marker batch primitive. This is equivalent to constructing a marker batch with a marker batch size source of FromTexture, a marker batch sort order of ByTexture, a set hint of Frequent, and a marker batch rendering method of Automatic.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsMarkerBatchPrimitive
[C#]
public IAgStkGraphicsMarkerBatchPrimitive Initialize();
[Managed C++]
public: IAgStkGraphicsMarkerBatchPrimitive ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsMarkerBatchPrimitive ** ppRetVal
);
[Java]
public IAgStkGraphicsMarkerBatchPrimitive initialize();
[Python - STK API]
def Initialize(self) -> "IAgStkGraphicsMarkerBatchPrimitive":

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.