Identifies if the specified value is valid for use as a cover offset.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2015
Syntax
C# |
---|
public bool IsCoverOffsetValid(
double coverOffset
) |
Visual Basic |
---|
Public Function IsCoverOffsetValid ( _
coverOffset As Double _
) As Boolean |
Visual C++ |
---|
public:
bool IsCoverOffsetValid(
double coverOffset
) |
Parameters
- coverOffset
- Type: System..::..Double
The cover offset value.
Return Value
True if the value is valid, false if the value is invalid.
Remarks
See Also