GPinY Property

A Double type property. The Y-coordinate of the rotaion center of the shape/service object in the coordinate system of the parent group/page.

Applies to: ServObj object, Shape object

Syntax

[[Let] gpinYRet =] object.GPinY

[Let] object.GPinY = gpinYSet

The GPinY property syntax has these parts:

Part Description
object

Required. An expression that returns a Shape object.

gpinYRet Optional. A Double type variable.
gpinYSet Required. An expression that returns a Double value.

Remarks

If object is an instance of the Shape object, the GPinY property is also a table parameter of the shape, that is, its value can be described by a formula. To work with GPinY as a table parameter, use the CDPT_GPINY constant tag.

An instance of the parent group (parent object) can be retrieved by using the Parent property. To get the page which owns the shape, use the Page property.

The unit of measure for the coordinates are the internal ConceptDraw units (InternalUnit).

 

See Also

GPingX property, GPinY property, Page property, Parent property, Property Tags Constants