Initializes a new path point.
[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": |