Previous Document Next Document
ArrowHeads.Remove

Sub Remove(Index As Long)

Member of ArrowHeads

The Remove method deletes an arrowhead object from the ArrowHeads collection in CorelDRAW.

Parameters
Description
Index
A preset placeholder for each object in an ArrowHeads uniquely identifying each member of the collection

The following code example removes the last arrowhead object from the ArrowHeads collection.

Sub ArrowHeadDelete() 
 ArrowHeads.Remove (ArrowHeads.Count) 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.