GlobalSourceBoundaryGeoLocatedSources 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)
Syntaxpublic List<GlobalGeoLocatedSource> GeoLocatedSources { get; set; }Public Property GeoLocatedSources As List(Of GlobalGeoLocatedSource)
	Get
	Set
public:
virtual property List<GlobalGeoLocatedSource^>^ GeoLocatedSources {
	List<GlobalGeoLocatedSource^>^ get () sealed;
	void set (List<GlobalGeoLocatedSource^>^ value) sealed;
}Property Value
Type: 
ListGlobalGeoLocatedSourceImplements
IGlobalSourceBoundaryGeoLocatedSources
See Also