Share

AlignmentSubEntity Class

The alignment subentity class. This class represents the basic drawing components that make up an alignment entity.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    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

 NameDescription
Public propertyCurveGroupIndex Gets or sets the alignment sub-entity group index.
Public propertyCurveGroupSubEntityIndex Gets or sets the alignment sub-entity group subentity index.
Public propertyEndPoint Gets the alignment sub-entity end point coordinate.
Public propertyEndStation Gets the alignment sub-entity ending station.
Public propertyLength Gets or sets the alignment sub-entity length.
Public propertyStartPoint Gets the alignment sub-entity start point coordinate.
Public propertyStartStation Gets the alignment sub-entity starting station.
Public propertySubEntityType Gets the alignment sub-entity type.

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?