Collection of feature lines that share a particular code. Multiple points in a single assembly may contain the same code, so feature lines can branch along a corridor. This collection represents a single interconnected series of feature lines branches.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesFeatureLineCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class FeatureLineCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorFeatureLine>
VB
Public NotInheritable Class FeatureLineCollection Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>] Implements IEnumerable(Of CorridorFeatureLine)
C++
public ref class FeatureLineCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], IEnumerable<CorridorFeatureLine^>
The FeatureLineCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConnectDirection | Gets or sets the connect direction for feature lines. |
![]() | CorridorId | Gets the ID of the parent Corridor. |
![]() | Count | Gets the number of FeatureLine objects in this collection. |
![]() | FeatureLineCodeInfo | Gets the object that contains information about the code used to construct the FeatureLine. |
![]() | IsConnectExtraPoints | Gets or sets whether the collection connects extra points. |
![]() | Item |
Methods
Name | Description | |
---|---|---|
![]() | GetEnumerator | Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator that can be use to enumerate this collection. |
![]() | GetObjectEnumerator | Implements the method declared in the IEnumerable interface. This method returns an enumerator that can be used to enumerate this collection. |