Search
Arrow.GetLabel Method
See Also
 



Gets the ArrowLabel at the specified position in arrow's label list.

 Syntax

VB6  Copy Code

Public Function GetLabel( _
    ByVal labelIndex As Long _
) As ArrowLabel

C++  Copy Code

public:
ArrowLabel* GetLabel (
    int labelIndex
)

 Parameters

labelIndex

An integer index specifying which label to return.

 Return Value

An ArrowLabel instance.

 See Also