BeginX Property

A Double type property. The X-coordinate of the begin point of the 1D shape.

Applies to: Shape object

Syntax

[[Let] beginXRet =] object.BeginX

[Let] object.BeginX = beginXSet

The BeginX property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
beginXRet Optional. A Double type variable.
beginXSet Required. An expression that returns a Double value.

Remarks

This property is effective for 1D-shapes only. To determine the shape type, use the following properties: Is1D, ObjType.

The BeginX property is also a table parameter of the shape, that is, its value can be described by a formula. To work with BeginX as a table parameter, use the CDPT_BEGINX constant tag.

The unit of measure for the coordinates are is InternalUnit.

 

See Also

BeginY property, EndX property, EndY property, Is1D property, ObjType property