unpack

fun unpack(    array: <Error class: unknown class><Double>,     startingIndex: Int? = definedExternally,     result: PolylineVolumeOutlineGeometry? = definedExternally): PolylineVolumeOutlineGeometry(source)

Retrieves an instance from a packed array.

Return

The modified result parameter or a new PolylineVolumeOutlineGeometry instance if one was not provided.

Parameters

array

The packed array.

startingIndex

The starting index of the element to be unpacked. Default value - 0

result

The object into which to store the result.

See also