Share

ViewDisplayDepthCueing.SetStartEndPercentages Method

Sets start and end percentages.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void SetStartEndPercentages(
	int startPercentage,
	int endPercentage
)

Parameters

startPercentage  Int32
The start percentage defines where depth cueing starts.
endPercentage  Int32
The end percentage defines where depth cueing ends.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The start and end percentages values are not valid. The valid range is 0 to 100 and start is smaller than end.

See Also

Reference

Was this information helpful?