Click or drag to resize

TrackingTypeArchiverRetrieve Method

Retrieves a value from the specified array. This method retrieves one primitive from the array for each element in Primitives, starting at startIndex, and returns the value composed from the retrieved primitives.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract Object Retrieve(
	Object[] primitiveArray,
	int startIndex
)

Parameters

primitiveArray
Type: SystemObject
The array from which to retrieve the primitives composing the value.
startIndex
Type: SystemInt32
The first index from which to retrieve the primitives composing the value.

Return Value

Type: Object
The value retrieved from the primitive array.
See Also