TMarkList.Add Method

Overload List

#SignatureDescription
1Int32 AddAdd a new Mark to the list.
2Int32 Add(TMarkRecord Mark)Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.

Overload 1: Int32 Add

Add a new Mark to the list.

Returns: Int32

Overload 2: Int32 Add(TMarkRecord Mark)

Add a new Mark to the list. The method creates a copy of the Mark record and adds it to the list.

#NameTypeDescription
1MarkTMarkRecord

Returns: Int32