Sets the vertices of leader line with specified index.
Supported platforms: Windows only
VBA:
object.SetLeaderLineVertices leaderLineIndex, pointArray
Type: MLeader
The object this method applies to.
Access: Input-only
Type: Long
The leader line index.
Access: Input-only
Type: Variant (three-element array of doubles)
The vertices of leader lines owned by the input leader.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available