The Alignment MultipleArcs class. This class represents an AlignmentEntity made up of several arc or line subentities.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAlignmentEntity
Autodesk.Civil.DatabaseServicesAlignmentCurve
Autodesk.Civil.DatabaseServicesAlignmentMultipleSegments
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class AlignmentMultipleSegments : AlignmentCurve
VB
Public Class AlignmentMultipleSegments Inherits AlignmentCurve
C++
public ref class AlignmentMultipleSegments : public AlignmentCurve
The AlignmentMultipleSegments type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Constraint1 |
Gets the AlignmentEntity constraint type, either Fixed, Float or Free.
(Inherited from AlignmentEntity) | |
| Constraint2 | Gets the AlignmentMultipleArcs entity constraint type. | |
| EndPoint |
Gets the end point of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| EndStation |
Gets the end station of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| EntityAfter |
Gets the ID of the AlignmentEntity after this one.
(Inherited from AlignmentEntity) | |
| EntityBefore |
Gets the ID of the AlignmentEntity before this one.
(Inherited from AlignmentEntity) | |
| EntityId |
Gets the AlignmentEntity id, which is the unique representation of this alignment entity.
(Inherited from AlignmentEntity) | |
| EntityType |
Gets the AlignmentEntity type.
(Inherited from AlignmentEntity) | |
| HighestDesignSpeed |
Gets the highest design speed of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| Item | (Overrides AlignmentEntityItemInt32) | |
| Length |
Gets the length of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| StartPoint |
Gets the start point of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| StartStation |
Gets the start station of the AlignmentCurve.
(Inherited from AlignmentCurve) | |
| SubEntityCount |
Gets the number of subentities that make up the AlignmentEntity.
(Overrides AlignmentEntitySubEntityCount) |
Methods
| Name | Description | |
|---|---|---|
| DesignChecks |
Gets the collection of applicable design checks.
(Inherited from AlignmentEntity) | |
| Equals | (Inherited from AlignmentEntity) | |
| ValidateDesignCheck |
Validate a specific design check on this entity.
(Inherited from AlignmentEntity) |
