Initializes a default point batch primitive. This is equivalent to constructing a point batch with a set hint of Frequent.
| [Visual Basic .NET] |
|---|
Public Function Initialize() As IAgStkGraphicsPointBatchPrimitive |
| [C#] |
|---|
public IAgStkGraphicsPointBatchPrimitive Initialize(); |
| [Managed C++] |
|---|
public: IAgStkGraphicsPointBatchPrimitive ^ Initialize(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPointBatchPrimitive initialize(); |
| [Python - STK API] |
|---|
def Initialize(self) -> "IAgStkGraphicsPointBatchPrimitive": |





