StructureGridPoint Constructor |
StructureGridPoint constructor. Calls GridPoint(location).
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public StructureGridPoint(
IZLocation location,
ICompositStructure compositStructure,
bool reverseDirection
)
Public Sub New (
location As IZLocation,
compositStructure As ICompositStructure,
reverseDirection As Boolean
)
public:
StructureGridPoint(
IZLocation^ location,
ICompositStructure^ compositStructure,
bool reverseDirection
)
Parameters
- location
- Type: DHI.Mike1D.GenericIZLocation
Location of structure gridpoint - compositStructure
- Type: DHI.Mike1D.StructureModuleICompositStructure
Set of structures on the gridpoint - reverseDirection
- Type: SystemBoolean
Set to true if the direction of the structure is reversed
See Also