PointList.resize Method

Module: PointList

Definition

PointList object.

resize(self, new_size: int) -> None

Parameters

new_size int
in Point object.

Exceptions

An error has occurred during Document Library execution.
void resize(int newSize)

Parameters

newSize int
in Point object.

Exceptions

An error has occurred during Document Library execution.
public void Resize(int newSize)

Parameters

newSize int
in Point object.

Exceptions

An error has occurred during Document Library execution.
public void resize(int newSize) throws DocumentException

Parameters

newSize int
in Point object.

Exceptions

An error has occurred during Document Library execution.
public func resize(newSize: Int32) throws

Parameters

newSize Int32
in Point object.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentPointList_Resize (
    ID3_DOCUMENT_POINT_LIST hPointList,
    int newSize)

Parameters

in Handle to the PointList object.

newSize int
in Point object.

Returns

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