Click or drag to resize

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.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public 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

Boolean
True if a frame was removed. False if the no frame with the ID was found.
See Also