 | TagRemoveAllFramesById Method |
Removes all frames of a specified ID.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic int RemoveAllFramesById(
FrameId? id
)
Parameters
- id NullableFrameId
[Missing <param name="id"/> documentation for "M:Orthogonal.NTagLite.Tag.RemoveAllFramesById(System.Nullable{Orthogonal.NTagLite.FrameId})"]
Return Value
Int32The total number of frames removed (which may be zero if none were found).
See Also