GraphicsObjects.AddDynamicArrow

Syntax Parameters Return Value
Function GraphicsObjects.AddDynamicArrow( _
    beginX As Double, _
    beginY As Double, _
    endX As Double, _
    endY As Double, _
    Optional beginplotID As Integer = -1, _
    Optional endplotID As Integer = -1, _
    Optional graphID As Integer = -1) As ArrowObject
  • beginX [in]

    Type: Double

  • beginY [in]

    Type: Double

  • endX [in]

    Type: Double

  • endY [in]

    Type: Double

  • beginplotID [in, optional]

    Type: Integer

    Default value: -1

  • endplotID [in, optional]

    Type: Integer

    Default value: -1

  • graphID [in, optional]

    Type: Integer

    Default value: -1

ArrowObject