Share

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.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

 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.

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.

See Also

Reference

Was this information helpful?