StructureGridPoint Constructor

StructureGridPoint constructor. Calls GridPoint(location).

Definition

Namespace: DHI.Mike1D.Engine
Assembly: DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public StructureGridPoint(
	IZLocation location,
	ICompositStructure compositStructure,
	bool reverseDirection
)

Parameters

location  IZLocation
Location of structure gridpoint
compositStructure  ICompositStructure
Set of structures on the gridpoint
reverseDirection  Boolean
Set to true if the direction of the structure is reversed

See Also