NumberTreeErase Method (Int32) |
Removes the specified object from the tree. Does nothing if no object with that number exists.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Erase(
int key
)
Public Sub Erase (
key As Integer
)
public:
virtual void Erase(
[InAttribute] int key
) sealed
Parameters
- key
- Type: SystemInt32
A number representing the key of the entry to be removed.
See Also