IWxConnector.LastPointAutoCpSelect

Syntax

LastPointAutoCpSelect: Boolean;

Description

The LastPointAutoCpSelect property determines whether automatic point selection is used when connecting the end of a connecting object with another shape.

Comments

If this property is set to True, the link is bound to one of the perimeter connection points depending on the object position, in fact, connection is provided through the center connection point.

If the property is set to False, the link is always bound to the same object's connection point regardless of the object position.

The property is set to False by default.

Example

The example of use is given in description of IWxConnector.FirstPointAutoCpSelect.

See also:

IWxConnector