CtcObjectListBaseTAdd Method (T) |
Adds a given object to the CTC list.
Namespace:
RRAutoLib.CTC
Assembly:
RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
SyntaxPublic Sub Add (
objCtcObject As T
)
public void Add(
T objCtcObject
)
Parameters
- objCtcObject
- Type: T
The object to be added.
See Also