A Double type property. The Y-coordinate of the begin point of the 1D shape.
Applies to: Shape object
[[Let] beginYRet =] object.BeginY [Let] object.BeginY = beginYSet |
The BeginY property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
beginYRet | Optional. A Double type variable. |
beginYSet | Required. An expression that returns a Double value. |
This property is effective for 1D-shapes only. To determine the shape type, use the following properties: Is1D, ObjType.
The BeginY property is also a table parameter of the shape, that is, its value can be described by a formula. To work with BeginY as a table parameter, use the CDPT_BEGINY constant tag.
The unit of measure for the coordinates are is InternalUnit.
See Also |
BeginX property, EndX property, EndY property, Is1D property, ObjType property |