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





Description

Add a PathPoint to the front of the line.

Syntax

[Visual Basic .NET]
Public Sub AddFront( _
   ByVal PathPoint As IAgStkGraphicsPathPoint _
) 

[C#]
public void AddFront(
IAgStkGraphicsPathPoint PathPoint
);

[Managed C++]
public: void AddFront(
IAgStkGraphicsPathPoint ^ PathPoint
);

[Java]
public  addFront(
IAgStkGraphicsPathPoint PathPoint
);

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

Parameters

PathPoint
The point added to the front of the line.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1