ArcPad Scripting Object Model
Item Method
See Also  Send comments on this topic.
Index
Required. A Variant that specifies the index of the Point object.
Points Collection : Item Method

Glossary Item Box

Description

Returns the specified Point object.

Syntax

Set variable = object.Item ( Index )

Parameters

Index
Required. A Variant that specifies the index of the Point object.

Return Type

Remarks

The Item method is the default method for the Points collection. Therefore, the following two lines of code will yield the same result:

       Set theFirstPoint = thePoints.Item(1)
       Set theFirstPoint = thePoints(1)
  

See Also

© 2012 All Rights Reserved.