Search
ArrowLabel.Index Property
See Also
 



Gets or sets the index of the segment or control point this label is relative to.

 Syntax

VB6  Copy Code

Public Property Get Index() As Long
Public Property Let Index( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_Index ()
void put_Index (
    int value
)

 Property Value

An integer value.

 See Also