A point in a feature line (FeatureLine object). A feature line is created by connecting common points within applied assemblies (AppliedAssembly objects) along a corridor. Points in each applied assembly are identified by codes. For example, a feature line can represent the inside upper edge of a sidewalk along a stretch of road.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesFeatureLinePoint
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class FeatureLinePoint : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
VB
Public NotInheritable Class FeatureLinePoint Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
C++
public ref class FeatureLinePoint sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
The FeatureLinePoint type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CorridorId | Gets the ID of the parent Corridor. |
![]() | IsBreak | Gets the IsBreak value of this point. |
![]() | Offset | Gets the offset of the assembly containing this point. |
![]() | Station | Gets the station of the assembly containing this point. |
![]() | XYZ | Gets the coordinates of this point. |