Search
Box.GetLabel Method
See Also
 



Gets the NodeLabel at the specified position in box' label list.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
NodeLabel'* GetLabel (
    int labelIndex
)

 Parameters

labelIndex

An integer index specifying which label to return.

 Return Value

A NodeLabel instance.

 See Also