PipeSetSlopeHoldStart Method |
Sets the slope of the pipe away from the pipe’s start point.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetSlopeHoldStart(
double startValue
)
Public Sub SetSlopeHoldStart (
startValue As Double
)
public:
void SetSlopeHoldStart(
double startValue
)
Parameters
- startValue Double
- The slope value.
See Also