Point3dList.SetAllY Method

Point3dListSetAllY Method

Set all the Y values for the points to a single value

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetAllY(
	double yValue
)
Public Sub SetAllY ( 
	yValue As Double
)

Parameters

yValue
Type: SystemDouble
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also