Click or drag to resize

BaseSequenceManagerAccessHologram Method

Accesses the hologram object directly 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 Hologram AccessHologram(
	int hologramGroupIndex,
	int hologramIndex = 0
)

Parameters

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.

Return Value

Hologram
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