SetSlopeHoldEnd Method

Sets the slope of the pipe away from the pipe’s end point.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void SetSlopeHoldEnd(
	double endValue
)

Visual Basic

Public Sub SetSlopeHoldEnd ( _
	endValue As Double _
)

Visual C++

public:
void SetSlopeHoldEnd(
	double endValue
)

Parameters

endValue
Type: System.Double
The slope value.

See Also