Click or drag to resize

TrackingTypeArchiver.Retrieve 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.3.420.0 (24.3.420.0)
Syntax
public abstract Object Retrieve(
	Object[] primitiveArray,
	int startIndex
)

Parameters

primitiveArray
Type:System.Object[]
The array from which to retrieve the primitives composing the value.
startIndex
Type: System.Int32
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