Share

LinearTransitionDescription Class

This class represents a straight, linear transition between two regions of an offset alignment.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbAlignment>]
    Autodesk.Civil.DatabaseServicesTransitionDescriptionBase
      Autodesk.Civil.DatabaseServicesLinearTransitionDescription


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class LinearTransitionDescription : TransitionDescriptionBase

VB

Public NotInheritable Class LinearTransitionDescription
	Inherits TransitionDescriptionBase

C++

public ref class LinearTransitionDescription sealed : public TransitionDescriptionBase

The LinearTransitionDescription type exposes the following members.

Properties

 NameDescription
Public propertyEndStation Sets or gets the end station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyLength Sets or gets the length for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyStartStation Sets or gets the start station for the transition.
(Inherited from TransitionDescriptionBase)
Public propertyTaperInput Sets or gets the taper input type.
Public propertyTaperRatio Sets or gets the taper ratio of the linear transition.

See Also

Reference

Was this information helpful?