IWxConnector.LastPointAutoCpSelect

Syntax

LastPointAutoCpSelect: Boolean;

LastPointAutoCpSelect: boolean;

Description

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

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 default property value is False.

Example

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

See also:

IWxConnector