STK Graphics PrimitivesSend comments on this topic.
AddBack Method (IAgStkGraphicsPathPrimitive)
See Also
PathPoint
The point added to the back of the line.
Windows





Windows & Linux

Description

Add a PathPoint to the back of the line.

Syntax

[Visual Basic .NET]
Public Sub AddBack( _
    ByVal PathPoint As IAgStkGraphicsPathPoint _
)
[C#]
public void AddBack(
    IAgStkGraphicsPathPoint PathPoint
);
[Managed C++]
public: void AddBack(
    IAgStkGraphicsPathPoint ^ PathPoint
);
[Unmanaged C++]
public: HRESULT AddBack(
    IAgStkGraphicsPathPoint * PathPoint
);
[Java]
public void addBack(
    IAgStkGraphicsPathPoint PathPoint
);
[Python - STK API ]
def AddBack(self, PathPoint:"IAgStkGraphicsPathPoint") -> None:

Parameters

PathPoint
The point added to the back of the line.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.