 | ICameraControllerGrab(TimeSpan, Object) Method |
Grabs a hologram after waiting the specified
waitTime, and includes the
tag object in the hologram's
Tag Namespace: LynceeTec.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
SyntaxHologram Grab(
TimeSpan waitTime,
Object tag
)
Hologram^ Grab(
TimeSpan waitTime,
Object^ tag
)
Parameters
- waitTime TimeSpan
- The wait time.
- tag Object
- The object to transmit to the hologram.
Return Value
HologramThe grabbed hologram
See Also