GPinX Property

A Double type property. The X-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] gpinXRet =] object.GPinX

[Let] object.GPinX = gpinXSet

The GPinX property syntax has these parts:

Part Description
object

Required. An expression that returns a Shape object.

gpinXRet Optional. A Double type variable.
gpinXSet Required. An expression that returns a Double value.

Remarks

If object is an instance of the Shape object, the GPinX property is also a table parameter of the shape, that is, its value can be described by a formula. To work with GPinX as a table parameter, use the CDPT_GPINX 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, LPinX property, LPinY property, Page property, Parent property, Property Tags Constants