Share

SettingsCmdCreateIntersection.SettingsCmdCurbReturnParameters.RadiusOfCurve2 Property

When 3-Centered Arcs is selected as the curb return type, this option lets you specify the radius for the second curve on the curb return.



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

Syntax

C#

public PropertyDouble RadiusOfCurve2 { get; }

VB

Public ReadOnly Property RadiusOfCurve2 As PropertyDouble
	Get

C++

public:
property PropertyDouble^ RadiusOfCurve2 {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?