Add a PathPoint to the back of the line.
| [Visual Basic .NET] |
|---|
Public Sub AddBack( _ ByVal PathPoint As IAgStkGraphicsPathPoint _ ) |
| [C#] |
|---|
public void AddBack( |
| [Managed C++] |
|---|
public: void AddBack( |
| [Java] |
|---|
public addBack( |
| [Unmanaged C++] |
|---|
public: HRESULT AddBack( |
- PathPoint
- The point added to the back of the line.
