A collection of Link objects.
Inheritance HierarchySystemObject
[T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
Autodesk.Civil.DatabaseServicesLinkCollection
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic sealed class LinkCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>],
IEnumerable<Link>
Public NotInheritable Class LinkCollection
Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
Implements IEnumerable(Of Link)
public ref class LinkCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>],
IEnumerable<Link^>
The LinkCollection type exposes the following members.
Properties | Name | Description |
---|
 | Count |
Gets the number of links in the collection.
|
 | Item | |
Top
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.
|
Top
See Also