ZLocationSpan Constructor |
Constructor
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public ZLocationSpan(
string id,
double startChainage,
double endChainage
)
Public Sub New (
id As String,
startChainage As Double,
endChainage As Double
)
public:
ZLocationSpan(
String^ id,
double startChainage,
double endChainage
)
Parameters
- id
- Type: SystemString
identification name - startChainage
- Type: SystemDouble
start chainage. [m] - endChainage
- Type: SystemDouble
end chainage. [m]
See Also