The LinkCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add(IPoint, String) | Add a link using the default Normal display mode. | |
| Add(IPoint, String) | Add a link using the default Normal display mode. | |
| Add(IPoint, IPoint, String) | Add a link. A link is defined by 2 points in most cases, using the default Normal display mode. | |
| Add(IPoint, IPoint, String) | Add a link. In most cases using the default Normal display mode., a link is defined by 2 points . | |
| Add(IPoint, String, CorridorLinkDisplay) | Add a link. | |
| Add(IPoint, String, CorridorLinkDisplay) | Add a link. | |
| Add(IPoint, IPoint, String, CorridorLinkDisplay) | Add a link. In most cases, a link is defined by 2 points. | |
| Add(IPoint, IPoint, String, CorridorLinkDisplay) | Add a link. In most cases, a link is defined by 2 points. | |
| GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection. | |
| GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method return an enumerator which can be used to enumerate this collection. | |
| Remove(Int32) | Removes a link from the collection. | |
| Remove(Link) | Removes a link from the collection. |
