Node Z coordinates.
            
            You can modify each coordinate individually directly in the list, 
            or provide a new array of coordinates, which must have the same
            length as the original one.
            
 
Namespace: DHI.Generic.MikeZero.DFS.meshAssembly: DHI.Generic.MikeZero.DFS (in DHI.Generic.MikeZero.DFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntaxpublic double[] Z { get; set; }Public Property Z As Double()
	Get
	Set
public:
property array<double>^ Z {
	array<double>^ get ();
	void set (array<double>^ value);
}member Z : float[] with get, set
Property Value
Type: 
Double
See Also