Share

SettingsCmdCreateIntersection.SettingsCmdCurbReturnParameters.ChamferFilletLengthAlongIncomingLane Property

When Chamfer is selected as the curb return type, this option lets you specify the length of the curb return’s chamfer fillet along the incoming lane.



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

Syntax

C#

public PropertyDouble ChamferFilletLengthAlongIncomingLane { get; }

VB

Public ReadOnly Property ChamferFilletLengthAlongIncomingLane As PropertyDouble
	Get

C++

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

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?