Share

Pipe.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.8.0.280

Syntax

C#

public void SetSlopeHoldEnd(
	double endValue
)

VB

Public Sub SetSlopeHoldEnd ( 
	endValue As Double
)

C++

public:
void SetSlopeHoldEnd(
	double endValue
)

Parameters

endValue  Double
The slope value.

See Also

Reference

Was this information helpful?