LPinY Property

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

Applies to: Shape object

Syntax

[[Let] lpinYRet =] object.LPinY

[Let] object.LPinY = lpinYSet

The LPinY property syntax has these parts:

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

Remarks

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

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

 

See Also

GPinX property, GPinY property, LPinX property