Arrow Home

To add an arrow into a drawing use following function:

Function Meaning
lcBlockAddArrow By two points

An arrow entity has the following properties:

Property Type Access Meaning
LC_PROP_ENT_...    Base class properties
LC_PROP_ARR_X0 float RW Start point X
LC_PROP_ARR_Y0 float RW Start point Y
LC_PROP_ARR_X1 float RW End point X
LC_PROP_ARR_Y1 float RW End point Y
LC_PROP_ARR_SHARP bool RW An arrow has sharp start
LC_PROP_ARR_TIME int RW User-specific value

See also

  Retrieve objects