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

© 2024 Analytical Graphics, Inc. All Rights Reserved.