Identifies if the specified value is valid for use as a cover offset.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2013
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- coverOffset
- Type: System Double
The cover offset value.
Return Value
True if the value is valid, false if the value is invalid.Remarks
The cover offset must be less than or equal to the host thickness.