FeatureLinePoint Class

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.292
Syntax
public sealed class FeatureLinePoint : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The FeatureLinePoint type exposes the following members.

Properties
 NameDescription
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyIsBreak Gets the IsBreak value of this point.
Public propertyOffset Gets the offset of the assembly containing this point.
Public propertyStation Gets the station of the assembly containing this point.
Public propertyXYZ Gets the coordinates of this point.
Top
See Also