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





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
);

[Java]
public  addBack(
IAgStkGraphicsPathPoint PathPoint
);

[Unmanaged C++]
public: HRESULT AddBack(
IAgStkGraphicsPathPoint * PathPoint
);

Parameters

PathPoint
The point added to the back of the line.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1