LPinX Property

A Double type property. The X offset of the shape's rotation center from the center of the shape's coordinate system.

Applies to: Shape object

Syntax

[[Let] lpinXRet =] object.LPinX

[Let] object.LPinX = lpinXSet

The LPinX property syntax has these parts:

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

Remarks

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

Note, that modifying the LPinX automatically changes the value of the GPinX property. The unit of measure for the offset are internal ConceptDraw units (InternalUnit).

 

See Also

GPinX property, GPinY property, LPinY property