RVTDocs.com

ViewDisplayDepthCueing.SetStartEndPercentages

Method
Description:
Sets start and end percentages.
Syntax
public void SetStartEndPercentages(
	int startPercentage,
	int endPercentage
)
Parameters
Parameter Type Description
startPercentage Int32 The start percentage defines where depth cueing starts.
endPercentage Int32 The end percentage defines where depth cueing ends.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException The start and end percentages values are not valid. The valid range is 0 to 100 and start is smaller than end.