IGlobalSourceBoundaryGeoLocatedSources Property |
List of Geo Located Items.
It is allowed not to set the Geo Point only if the list contains one item.
If the list contains more than one item, it is required that all
Geo Located Items have a valid Geo Point, otherwise an error message will be
thrown.
Namespace:
DHI.Mike1D.BoundaryModule
Assembly:
DHI.Mike1D.BoundaryModule (in DHI.Mike1D.BoundaryModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax List<GlobalGeoLocatedSource> GeoLocatedSources { get; set; }
Property GeoLocatedSources As List(Of GlobalGeoLocatedSource)
Get
Set
property List<GlobalGeoLocatedSource^>^ GeoLocatedSources {
List<GlobalGeoLocatedSource^>^ get ();
void set (List<GlobalGeoLocatedSource^>^ value);
}
Property Value
Type:
ListGlobalGeoLocatedSourceSee Also