PipeSettings.AddPipeSlope
Description:
Add a pipe slope value.
Add a pipe slope value.
public void AddPipeSlope(
double slope
)
-
DoubleslopeThe pipe slope value. Revit stores the slope value as a percentage (0-100).
-
The given value for slope must be between 0 and 100. Slope value is stored in percentage. e.g. 100 means 100%, and it is 45 degree.
-
Can not add a pipe slope value that was already added.