Point2d.X Property
Parent Object: Point2dDescription
Specifies the X coordinate of the point. If not supplied, the X value will default to 0.
Syntax
Point2d.X() 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. |