SideRoadProfileDistanceRuleType Enumeration |
Specifies the method that is used to adjust the grade of the secondary road profile.
When To Intersection Extents is selected, the grade of the secondary road profile is adjusted to meet the extents of the intersection object.
When Specify Distance is used, the grade of the secondary road profile is adjusted by the value that is entered in the Distance Value.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic enum SideRoadProfileDistanceRuleType
Public Enumeration SideRoadProfileDistanceRuleType
public enum class SideRoadProfileDistanceRuleType
MembersMember name | Value | Description |
---|
ToIntersectionExtents | 1 | |
SpecifyDistance | 2 | |
See Also