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++] |
---|
public: HRESULT Initialize( IAgStkGraphicsPointBatchPrimitive ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsPointBatchPrimitive initialize(); |
[Python - STK API ] |
---|
def Initialize(self) -> "IAgStkGraphicsPointBatchPrimitive": |