Remove

RawDictionaryBasePackage.Remove method

Removes the property with the specified id.

public bool Remove(uint tagId)
Parameter Type Description
tagId UInt32 A Raw tag id.

Return Value

True if the specified Raw tag is found and removed; otherwise, false.

See Also