IMapCollection_Remove Method |
Remove an item by id
Namespace:
SuperOffice.COM.EventServer
Assembly:
SOEventServer.Interop (in SOEventServer.Interop.dll) Version: 8.0.0.0
SyntaxSub _Remove (
ID As Integer
)
Dim instance As IMapCollection
Dim ID As Integer
instance._Remove(ID)
void _Remove(
[InAttribute] int ID
)
Parameters
- ID
- Type: SystemInt32
See Also