ArcPad Scripting Object Model
Remove Method
See Also  Send comments on this topic.
Index
Required. A Long that specifies the position of the Point object to remove from the Points collection. Index must be a number from 1 to the value of the Points collection's Count property.
Points Collection : Remove Method

Glossary Item Box

Description

Removes a Point object from the Points collection.

Syntax

object.Remove ( Index )

Parameters

Index
Required. A Long that specifies the position of the Point object to remove from the Points collection. Index must be a number from 1 to the value of the Points collection's Count property.

Remarks

If Index does not match any existing member of the Points collection, an error occurs.

See Also

© 2012 All Rights Reserved.