DistanceRuleToAdjusttheGrade Property

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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public PropertyEnum<SideRoadProfileDistanceRuleType> DistanceRuleToAdjusttheGrade { get; }

Visual Basic

Public ReadOnly Property DistanceRuleToAdjusttheGrade As PropertyEnum(Of SideRoadProfileDistanceRuleType)
	Get

Visual C++

public:
property PropertyEnum<SideRoadProfileDistanceRuleType>^ DistanceRuleToAdjusttheGrade {
	PropertyEnum<SideRoadProfileDistanceRuleType>^ get ();
}

See Also