Search
Group.AttachToArrowPoint Method
See Also
 



For groups having an arrow for main object, attaches a node to a specified control point.

 Syntax

VB6  Copy Code

Public Sub AttachToArrowPoint( _
    ByVal obj As Object, _
    ByVal point As Long _
)

C++  Copy Code

public:
void AttachToArrowPoint (
    IDispatch* obj,
    int point
)

 Parameters

obj
The node that should be attached to the group.
point
The index of an arrow control point.

 Remarks

Calling this method makes sense only if the main object of the group is an arrow. obj - the object that you attach can be either a table or a box. When the user moves the arrow control point, whose index is passed as argument, the attached object is also moved with the same translation vector as that of the control point.

 See Also