Checks whether the position is within the Array bounds and then removes it from the
Array and moves each subsequent element to the slot with the next smaller index and
decrements the Arrays length by 1.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void EraseAt(
int pos
)
Public Sub EraseAt (
pos As Integer
)
public:
virtual void EraseAt(
[InAttribute] int pos
) sealed
Parameters
- pos
- Type: SystemInt32
The position of the object to remove from the Array.
See Also