PointList.get Method

Module: PointList

Definition

Gets an item of the PointList object.

get(self, index: int) -> Point

Parameters

index int
in Index of the Point item to get.

Returns

Point item to get.

Exceptions

An error has occurred during Face Library execution.
Point get(int index)

Parameters

index int
in Index of the Point item to get.

Returns

Point item to get.

Exceptions

An error has occurred during Face Library execution.
public Point Get(int index)

Parameters

index int
in Index of the Point item to get.

Returns

Point item to get.

Exceptions

An error has occurred during Face Library execution.
public Point get(int index) throws FaceException

Parameters

index int
in Index of the Point item to get.

Returns

Point item to get.

Exceptions

An error has occurred during Face Library execution.
public func get(index: Int32) throws -> Point

Parameters

index Int32
in Index of the Point item to get.

Returns

Point item to get.

Exceptions

An error has occurred during Face Library execution.
int id3FacePointList_Get (
    ID3_FACE_POINT_LIST hPointList,
    int index,
    id3FacePoint * sPointItem)

Parameters

in Handle to the PointList object.

index int
in Index of the Point item to get.

sPointItem id3FacePoint *
out Point item to get.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.