Share

AutoWideningInfo Class

This class encapsulates the properties that are necessary to add an autowidening manually. It is used by the OffsetAlignmentInfo::AddAutoWidenings() method.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesAutoWideningInfo


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

Syntax

C#

public class AutoWideningInfo

VB

Public Class AutoWideningInfo

C++

public ref class AutoWideningInfo

The AutoWideningInfo type exposes the following members.

Constructors

 NameDescription
Public methodAutoWideningInfoInitializes a new instance of the AutoWideningInfo class

Properties

 NameDescription
Public propertyIncreasedWidth The increased width from the standard.
Public propertySide The side of the curve that will apply the widening.
Public propertyTransitionLength The length of the transition.

See Also

Reference

Was this information helpful?