ADModuleComponents Property |
AD components, shortcut to AD Data components list
Namespace:
DHI.Mike1D.Engine.ModuleAD
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<ADComponent> Components { get; }
Public ReadOnly Property Components As List(Of ADComponent)
Get
public:
property List<ADComponent^>^ Components {
List<ADComponent^>^ get ();
}
Property Value
Type:
ListADComponentSee Also