STK Graphics PrimitivesSend comments on this topic.
Initialize Method (IAgStkGraphicsPointBatchPrimitiveFactory)
See Also
Windows





Windows & Linux

Description

Initializes a default point batch primitive. This is equivalent to constructing a point batch with a Set Hint of Frequent.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.