 | TagRemoveFirstFrameById Method |
Safely removes a frame of a specified ID if one exists. If there are multiples of the same ID
then the first one found is removed.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic bool RemoveFirstFrameById(
FrameId? id
)
Parameters
- id NullableFrameId
[Missing <param name="id"/> documentation for "M:Orthogonal.NTagLite.Tag.RemoveFirstFrameById(System.Nullable{Orthogonal.NTagLite.FrameId})"]
Return Value
BooleanTrue if a frame was removed. False if the no frame with the ID was found.
See Also