The end percentage defines where depth cueing ends.
Values between 0 and 100.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2017
Syntax
| C# |
|---|
public int EndPercentage { get; } |
| Visual Basic |
|---|
Public ReadOnly Property EndPercentage As Integer Get |
| Visual C++ |
|---|
public: property int EndPercentage { int get (); } |