 | TagAddFrame(Frame) Method |
Adds a frame to the tag, safely avoiding invalid duplicates. If the frame being
added is contrained so that only one with the ID is allowed in a tag, then any previous
frames of the same ID are removed before the new one is added.
Namespace: Orthogonal.NTagLiteAssembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntaxpublic Frame AddFrame(
Frame frame
)
Parameters
- frame Frame
[Missing <param name="frame"/> documentation for "M:Orthogonal.NTagLite.Tag.AddFrame(Orthogonal.NTagLite.Frame)"]
Return Value
Frame[Missing <returns> documentation for "M:Orthogonal.NTagLite.Tag.AddFrame(Orthogonal.NTagLite.Frame)"]
See Also