CtcObjectListBaseTRemove Method |
Removes an object from the CTC list.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Sub Remove (
objCtcObject As T
)
public void Remove(
T objCtcObject
)
Parameters
- objCtcObject
- Type: T
The object to be removed.
See Also