TSignalStatsBufferList.Propagate Method

Overload List

#SignatureDescription
1void Propagate(Int32 SrcIndex)Propagates the settings of the component at SrcIndex to all other components.
2void Propagate(Int32 SrcIndex, Int32[] DstIndex)Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.

Overload 1: void Propagate(Int32 SrcIndex)

Propagates the settings of the component at SrcIndex to all other components.

#NameTypeDescription
1SrcIndexInt32source start index

Result: stored in self (calling object)

Remarks:

The settings are assigned using the SaveTemplateToStream and LoadTemplateFromStream methods.

Overload 2: void Propagate(Int32 SrcIndex, Int32[] DstIndex)

Assign all property values of the defined item to the items specified with their indexes in the DstIndex array.

#NameTypeDescription
1SrcIndexInt32source start index
2DstIndexInt32[]destination start index

Result: stored in self (calling object)