AlignmentEntity Class

The AlignmentEntity class. This is an abstract class from which AlignmentCurve inherits.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesAlignmentEntity
        Autodesk.Civil.DatabaseServicesAlignmentCurve

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class AlignmentEntity : DisposableWrapper

The AlignmentEntity type exposes the following members.

Properties
 NameDescription
Public propertyConstraint1 Gets the AlignmentEntity constraint type, either Fixed, Float or Free.
Public propertyEntityAfter Gets the ID of the AlignmentEntity after this one.
Public propertyEntityBefore Gets the ID of the AlignmentEntity before this one.
Public propertyEntityId Gets the AlignmentEntity id, which is the unique representation of this alignment entity.
Public propertyEntityType Gets the AlignmentEntity type.
Public propertyItem 
Public propertySubEntityCount Gets the number of subentities that make up the AlignmentEntity.
Top
Methods
 NameDescription
Public methodDesignChecks Gets the collection of applicable design checks.
Public methodEquals
(Overrides DisposableWrapper.Equals(Object))
Public methodValidateDesignCheck Validate a specific design check on this entity.
Top
See Also