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.
[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": |