TTMSFNCBloxArc.LinkPointByHandle Method
Returns the link point associated with the given start or end handle of the line.
API unit family: TMSFNCBloxCoreLine
Declaring type: TTMSFNCBloxArc
Inherited from: TTMSFNCBloxLine
Syntax
function LinkPointByHandle(AHandle: TTMSFNCBloxHandle): TTMSFNCBloxLinkPoint; override;
Parameters
| Name | Description |
|---|---|
AHandle |
A handle of the line, typically the source or target handle. |
Returns
The link point bound to the handle, or nil when the handle has no link point.