The alignment subentity class. This class represents the basic drawing components that make up an alignment entity.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesAlignmentSubEntity
Autodesk.Civil.DatabaseServicesAlignmentSubEntityArc
Autodesk.Civil.DatabaseServicesAlignmentSubEntityLine
Autodesk.Civil.DatabaseServicesAlignmentSubEntitySpiral
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public abstract class AlignmentSubEntity : DisposableWrapper
VB
Public MustInherit Class AlignmentSubEntity Inherits DisposableWrapper
C++
public ref class AlignmentSubEntity abstract : public DisposableWrapper
The AlignmentSubEntity type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CurveGroupIndex | Gets or sets the alignment sub-entity group index. | |
| CurveGroupSubEntityIndex | Gets or sets the alignment sub-entity group subentity index. | |
| EndPoint | Gets the alignment sub-entity end point coordinate. | |
| EndStation | Gets the alignment sub-entity ending station. | |
| Length | Gets or sets the alignment sub-entity length. | |
| StartPoint | Gets the alignment sub-entity start point coordinate. | |
| StartStation | Gets the alignment sub-entity starting station. | |
| SubEntityType | Gets the alignment sub-entity type. |
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. |
