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

Glossary Item Box

Description

Returns the specified Points object.

Syntax

Set variable = object.Item ( Index )

Parameters

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

Return Type

Remarks

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

       Set objFirstPart = objParts.Item(1)
       Set objFirstPart = objParts(1)
  

See Also

© 2012 All Rights Reserved.