Point2d.Y Property
Parent Object: Point2dDescription
Specifies the Y coordinate of the point. If not supplied, the Y value will default to 0.
Syntax
Point2d.Y() As DoubleProperty Value
This is a read/write property whose value is a Double.Samples
Name | Description |
Aligning drawing dimensions | This sample demonstrates aligning the selected drawing dimensions along a horizontal or vertical axis. |