Specifies how the length of the offset alignment is determined. When Select To Intersection Extents is selected, offset alignments are extended to the length of the extent of the intersection object. When Alignment Start To End is selected, offset alignments are created the length of the parent alignment.

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

Syntax

C#
public enum OffsetLengthOption
Visual Basic
Public Enumeration OffsetLengthOption
Visual C++
public enum class OffsetLengthOption

Members

Member nameValueDescription
IntersectionExtents1
AlignmentStartToEnd2

See Also