LocationRelative Constructor

Create a new relative location.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public LocationRelative(
	string id,
	LocationRelativeType locationRelativeType
)

Parameters

id  String

[Missing <param name="id"/> documentation for "M:DHI.Mike1D.Generic.LocationRelative.#ctor(System.String,DHI.Mike1D.Generic.LocationRelativeType)"]

locationRelativeType  LocationRelativeType

[Missing <param name="locationRelativeType"/> documentation for "M:DHI.Mike1D.Generic.LocationRelative.#ctor(System.String,DHI.Mike1D.Generic.LocationRelativeType)"]

See Also