Skip to content
< All Topics

Derived Types

To create a list that contains all derived types just call: Experior.Core.Assemblies.Assembly.DerivedItems<TDerived>

The example below shows how to create a list of all Feeders in the current model:

var feeders = Experior.Core.Assemblies.Assembly.DerivedItems<Experior.Catalog.Logistic.Feeder>();
Was this article helpful?
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.