For groups having an arrow for main object, attaches a node to a specified segment.
SyntaxVB6
Copy Code
|
|---|
Public Sub AttachToArrowSegment( _ |
C++
Copy Code
|
|---|
public: |
RemarksCalling 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