Click or drag to resize

BaseSequenceManagerGetHologramCopy Method

Gets a copy of the defined hologram in the current buffer.

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public void GetHologramCopy(
	ref Hologram hologram,
	int hologramGroupIndex,
	int hologramIndex = 0
)

Parameters

hologram  Hologram
The existing hologram
hologramGroupIndex  Int32
The index of the HologramGroup between 0 and NumberOfRecords excluded.
hologramIndex  Int32  (Optional)
The index of the Hologram between 0 and TemporalAveragingFramesNumber excluded.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe current state does not allow the method to be called.
ArgumentOutOfRangeExceptionThe index is out of range.
Remarks
Can only be called when CurrentState is Loaded, Recorded or Saved.
See Also