Share

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

Syntax

C#

public void SetSlopeHoldStart(
	double startValue
)

VB

Public Sub SetSlopeHoldStart ( 
	startValue As Double
)

C++

public:
void SetSlopeHoldStart(
	double startValue
)

Parameters

startValue  Double
The slope value.

See Also

Reference

Was this information helpful?