GlobalSourceBoundaryGriddedSources Property  | 
 
            List of gridded sources.
            
            In case of overlap of grids, the order in the list is determining priority.
            
 
    Namespace: 
   DHI.Mike1D.BoundaryModule
    Assembly:
   DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntaxpublic List<GriddedSource> GriddedSources { get; set; }Public Property GriddedSources As List(Of GriddedSource)
	Get
	Set
public:
virtual property List<GriddedSource^>^ GriddedSources {
	List<GriddedSource^>^ get () sealed;
	void set (List<GriddedSource^>^ value) sealed;
}Property Value
Type: 
ListGriddedSourceImplements
IGlobalSourceBoundaryGriddedSources
See Also