|
|
This method adds an arrowhead to a line object.
Syntax
value = FlpGrf.ObjecHotArrowhead( type As Integer, size As Integer )
The ObjectHotArrowhead method has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
type |
Arrowhead placement (see below). |
|
size |
Size of the arrowhead. |
Settings for type
|
Value |
Description | |
|
flpArrowheadStart |
1 |
Arrowhead in the beginning of the line. |
|
flpArrowheadEnd |
2 |
Arrowhead in the end of the line. |
|
flpArrowheadBoth |
3 |
Arrowhead on both ends of the line. |
Remarks
For help on adding and manipulating object see Object Routines.
See Also
![]() |
Last modified on: Friday, August 16, 2002