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





Windows & Linux

Description

Initializes a new path point.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.