DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Spatial.Geometry
Coordinate Class
Coordinate Methods
Clone Method
CompareTo Method
Create Method
CreateM Method
CreateX Method
CreateXM Method
CreateXY Method
CreateXYM Method
CreateXYZ Method
CreateXYZM Method
DistanceSqXY Method
DistanceSqXYZ Method
DistanceXY Method
DistanceXYZ Method
Equals Method
GetHashCode Method
HasM Method
HasZ Method
Interpolate Method
InterpolateM Method
SUndefinedValue Method
ToString Method
UndefinedValue Method
Coordinate
CreateXYZM Method
Create coordinate with the given values
Namespace:
DHI.Mike1D.Generic.Spatial.Geometry
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
Coordinate
CreateXYZM
(
double
x
,
double
y
,
double
z
,
double
m
)
Parameters
x
Type:
System
Double
y
Type:
System
Double
z
Type:
System
Double
m
Type:
System
Double
Return Value
Type:
Coordinate
See Also
Reference
Coordinate Class
DHI.Mike1D.Generic.Spatial.Geometry Namespace