The AlignmentEntity class. This is an abstract class from which AlignmentCurve inherits.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAlignmentEntity
Autodesk.Civil.DatabaseServicesAlignmentCurve
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class AlignmentEntity : DisposableWrapper
VB
Public MustInherit Class AlignmentEntity Inherits DisposableWrapper
C++
public ref class AlignmentEntity abstract : public DisposableWrapper
The AlignmentEntity type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Constraint1 | Gets the AlignmentEntity constraint type, either Fixed, Float or Free. |
![]() | EntityAfter | Gets the ID of the AlignmentEntity after this one. |
![]() | EntityBefore | Gets the ID of the AlignmentEntity before this one. |
![]() | EntityId | Gets the AlignmentEntity id, which is the unique representation of this alignment entity. |
![]() | EntityType | Gets the AlignmentEntity type. |
![]() | Item | |
![]() | SubEntityCount | Gets the number of subentities that make up the AlignmentEntity. |
Methods
Name | Description | |
---|---|---|
![]() | DesignChecks | Gets the collection of applicable design checks. |
![]() | Equals | (Overrides DisposableWrapper.Equals(Object)) |
![]() | ValidateDesignCheck | Validate a specific design check on this entity. |