AGI STK Graphics 11 Send comments on this topic.
Initialize Method (IAgStkGraphicsMarkerBatchPrimitiveFactory)
See Also 





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();

[Java]
public IAgStkGraphicsMarkerBatchPrimitive initialize();

[Unmanaged C++]
public: HRESULT Initialize(
IAgStkGraphicsMarkerBatchPrimitive ** ReturnValue
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1