A collection of Link objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
Autodesk.Civil.DatabaseServicesLinkCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public sealed class LinkCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>], IEnumerable<Link>
VB
Public NotInheritable Class LinkCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>] Implements IEnumerable(Of Link)
C++
public ref class LinkCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>], IEnumerable<Link^>
The LinkCollection type exposes the following members.
Properties
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. |