PointList.get Method¶
Module: PointList
Definition¶
Gets an item of the PointList object.
get(self, index: int) -> Point
Parameters
indexintin Index of the Point item to get.
Returns
Point item to get.
Exceptions
An error has occurred during Document Library execution.
Point get(int index)
Parameters
indexintin Index of the Point item to get.
Returns
Point item to get.
Exceptions
An error has occurred during Document Library execution.
public Point Get(int index)
Parameters
indexintin Index of the Point item to get.
Returns
Point item to get.
Exceptions
An error has occurred during Document Library execution.
public Point get(int index) throws DocumentException
Parameters
indexintin Index of the Point item to get.
Returns
Point item to get.
Exceptions
An error has occurred during Document Library execution.
public func get(index: Int32) throws -> Point
Parameters
indexInt32in Index of the Point item to get.
Returns
Point item to get.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentPointList_Get (
ID3_DOCUMENT_POINT_LIST hPointList,
int index,
id3DocumentPoint * sPointItem)
Parameters
hPointListID3_DOCUMENT_POINT_LISTin Handle to the PointList object.indexintin Index of the Point item to get.sPointItemid3DocumentPoint *out Point item to get.
Returns