ProfileTangent Class

This class represents an ProfileEntity made up of a single tangent.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbVAlignment>]
    Autodesk.Civil.DatabaseServicesProfileEntity
      Autodesk.Civil.DatabaseServicesProfileTangent

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class ProfileTangent : ProfileEntity

The ProfileTangent type exposes the following members.

Properties
 NameDescription
Public propertyConstraint1 Gets the entity constraint of the profile entity.
(Inherited from ProfileEntity)
Public propertyConstraint2 Gets the construction constraint of the profile entity(by CurveLength, Radius etc.) In UI it is shown as Constraint Type Desc.
(Inherited from ProfileEntity)
Public propertyEndElevation Gets the curve end elevation.
(Inherited from ProfileEntity)
Public propertyEndStation Gets the curve end station.
(Inherited from ProfileEntity)
Public propertyEntityAfter Gets the ID of the profile entity that follows the current entity.
(Inherited from ProfileEntity)
Public propertyEntityBefore Gets the ID of the profile entity that precedes the current entity.
(Inherited from ProfileEntity)
Public propertyEntityId Gets the identifier of the profile entity.
(Inherited from ProfileEntity)
Public propertyEntityType Gets the profile entity type.
(Overrides ProfileEntityEntityType)
Public propertyGrade Gets the tangent grade.
Public propertyHighestDesignSpeed Returns the highest speed in the station range.
(Inherited from ProfileEntity)
Public propertyLength Gets or sets the curve length.
(Inherited from ProfileEntity)
Public propertyMinimumKValueHSD Gets the minimum K value for headlight sight distance.
(Inherited from ProfileEntity)
Public propertyMinimumKValuePSD Gets the minimum K value for passing sight distance.
(Inherited from ProfileEntity)
Public propertyMinimumKValueSSD Gets the minimum K value for stopping sight distance.
(Inherited from ProfileEntity)
Public propertyStartElevation Gets the curve start elevation.
(Inherited from ProfileEntity)
Public propertyStartStation Gets the curve start station.
(Inherited from ProfileEntity)
Public propertyThroughPoint1Elevation Gets or sets the elevation value of the first pass-through point.
Public propertyThroughPoint1Station Gets or sets the station value of the first pass-through point.
Public propertyThroughPoint2Elevation Gets or sets the elevation value of the second pass-through point.
Public propertyThroughPoint2Station Gets or sets the station value of the second pass-through point.
Top
Methods
 NameDescription
Public methodDesignChecks Gets the collection of applicable design checks.
(Inherited from ProfileEntity)
Public methodValidateDesignCheck Validate a specific design check on this entity.
(Inherited from ProfileEntity)
Top
See Also