Get Coordinate for i-th Point in Point Set    

Returns the name and coordinate saved in the point that matches the Point Set index.

 

Input Arguments

 

0

Collection Object Name

Point Set

The name of the Point Set.

1

Integer

Point Set Index

The index of the Point Set to retrieve.

 

Return Arguments

 

0

String

Point Name

Returned name from the selected Point.

0

Double

Timestamp

Returned timestamp from the selected point.

 

Returned Status

 

SUCCESS

The name and coordinate were returned successfully.

FAILURE

An invalid point index or Point Set was supplied.

 

Remarks

Point indices are zero based, so the first point in the Point Set has an index of 0.