![]() |
• Utility Library |
|
API Links
Developer Links
|
LinkTarget::GetFirstLinkDefined in:
Returns the first link that points to an object.
C4Link.hPrototype
Description
The GetFirstLink function returns a pointer to the first Link object that is currently pointing to a link target. The ListElement::Next function can then be used to iterate through all links currently pointing to the same link target. If there are no links currently pointing to a link target, then GetFirstLink returns nullptr.
|