Click or drag to resize

ILocationFromString Method

This method is made to get back from a Location.ToString(). It is therefor very important that any changes in ToString are reflected in this method.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
void FromString(
	string locationString
)

Parameters

locationString
Type: SystemString

[Missing <param name="locationString"/> documentation for "M:DHI.Mike1D.Generic.ILocation.FromString(System.String)"]

See Also