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





Windows & Linux

Description

Initializes a default path primitive. This is equivalent to constructing a path primitive with an initial capacity of 16.

Syntax

[Visual Basic .NET]
Public Function Initialize() As IAgStkGraphicsPathPrimitive
[C#]
public IAgStkGraphicsPathPrimitive Initialize();
[Managed C++]
public: IAgStkGraphicsPathPrimitive ^ Initialize();
[Unmanaged C++]
public: HRESULT Initialize(
    IAgStkGraphicsPathPrimitive ** ppRetVal
);
[Java]
public IAgStkGraphicsPathPrimitive initialize();
[Python - STK API ]
def Initialize(self) -> "IAgStkGraphicsPathPrimitive":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.