The LinkCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add(array<IPoint>[]()[][], String) |
Add a link using the default Normal display mode.
|
![]() | Add(array<IPoint>[]()[][], array<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, array<String>[]()[][]) |
Add a link. In most cases using the default Normal display mode., a link is defined by 2 points .
|
![]() | Add(array<IPoint>[]()[][], String, CorridorLinkDisplay) |
Add a link.
|
![]() | Add(array<IPoint>[]()[][], array<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, array<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.
|