You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TAnalysisList Class
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TAnalysisList Class

Abstract class for all components, which hold a list of TAnalysis components.

Dew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisListDew_Signal_TAnalysisList
Syntax
C#
Visual Basic
public class TAnalysisList : TMtxComponentList;

SignalTools.cs

The component is a generic class designed to handle lists of descendants from TAnalysis class. Descendants from the TAnalysisList class have to override the AddItem method and possibly declare a default array property to access typed list elements. Save and load the list from stream and file, is automatically available. You can propagate the changes made to properties of the first element in the list, to all other elements, by calling the Propagate method. Update and Pull methods are also centralized.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!