Click or drag to resize

ReachGridPointCoordinate Constructor (Int32, Int32)

Initializes a new instance of the ReachGridPointCoordinate class

Namespace:  DHI.Mike1D.MzCouplings
Assembly:  DHI.Mike1D.MzCouplings (in DHI.Mike1D.MzCouplings.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public ReachGridPointCoordinate(
	int reachNumber,
	int reachPointIndex
)

Parameters

reachNumber
Type: SystemInt32
reachPointIndex
Type: SystemInt32
See Also