LocationRelative Constructor |
Create a new relative location.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public LocationRelative(
string id,
LocationRelativeType locationRelativeType
)
Public Sub New (
id As String,
locationRelativeType As LocationRelativeType
)
public:
LocationRelative(
String^ id,
LocationRelativeType locationRelativeType
)
Parameters
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:DHI.Mike1D.Generic.LocationRelative.#ctor(System.String,DHI.Mike1D.Generic.LocationRelativeType)"]
- locationRelativeType
- Type: DHI.Mike1D.GenericLocationRelativeType
[Missing <param name="locationRelativeType"/> documentation for "M:DHI.Mike1D.Generic.LocationRelative.#ctor(System.String,DHI.Mike1D.Generic.LocationRelativeType)"]
See Also