HDParameterDataUserDefinedLocations Property |
User defined locations, locations that the user wants to keep track of.
Different types of locations are identified by a string, being the id in the dictionary.
For each string, a list of locations are stored.
Node locations can be specified with a chainage value of MinValue.
A Z value can be specified together with the locations.
Namespace:
DHI.Mike1D.HDParameterDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public Dictionary<string, IList<IZLocation>> UserDefinedLocations { get; set; }
Public Property UserDefinedLocations As Dictionary(Of String, IList(Of IZLocation))
Get
Set
public:
property Dictionary<String^, IList<IZLocation^>^>^ UserDefinedLocations {
Dictionary<String^, IList<IZLocation^>^>^ get ();
void set (Dictionary<String^, IList<IZLocation^>^>^ value);
}
Property Value
Type:
DictionaryString,
IListIZLocationSee Also