AlignmentUseDesignSpeed Property

Gets or sets a bool value that indicates whether this Alignment uses degign speed.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public bool UseDesignSpeed { get; set; }

Property Value

Boolean
Example
C#
1// make alignment design speed-based:
2myAlignment.UseDesignSpeed = true;
See Also