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