Click or drag to resize

DigiPointCreate Method (Double, Double, Double, Double, Boolean)

Create digipoint

Namespace:  DHI.Mike1D.NetworkDataAccess
Assembly:  DHI.Mike1D.NetworkDataAccess (in DHI.Mike1D.NetworkDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static DigiPoint Create(
	double x,
	double y,
	double z,
	double m,
	bool mFixed
)

Parameters

x
Type: SystemDouble

[Missing <param name="x"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

y
Type: SystemDouble

[Missing <param name="y"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

z
Type: SystemDouble

[Missing <param name="z"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

m
Type: SystemDouble

[Missing <param name="m"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

mFixed
Type: SystemBoolean

[Missing <param name="mFixed"/> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

Return Value

Type: DigiPoint

[Missing <returns> documentation for "M:DHI.Mike1D.NetworkDataAccess.DigiPoint.Create(System.Double,System.Double,System.Double,System.Double,System.Boolean)"]

See Also