Search
Group.AttachToArrowSegment Method
See Also
 



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

 Syntax

VB6  Copy Code

Public Sub AttachToArrowSegment( _
    ByVal obj As Object, _
    ByVal segment As Long _
)

C++  Copy Code

public:
void AttachToArrowSegment (
    IDispatch* obj,
    int segment
)

 Parameters

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

 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 specified arrow segment changes its position, the position of the attached object is also changed, so their mutual distance and orientation are preserved.

 See Also