SetSlopeHoldStart Method

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

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

Syntax

C#

public void SetSlopeHoldStart(
	double startValue
)

Visual Basic

Public Sub SetSlopeHoldStart ( _
	startValue As Double _
)

Visual C++

public:
void SetSlopeHoldStart(
	double startValue
)

Parameters

startValue
Type: System.Double
The slope value.

See Also