RVTDocs.com

FabricArea.IsCoverOffsetValid

Method
Description:
Identifies if the specified value is valid for use as a cover offset.
Remarks:
The cover offset must be less than or equal to the host thickness.
Syntax
public bool IsCoverOffsetValid(
	double coverOffset
)
Parameters
Parameter Type Description
coverOffset Double The cover offset value.
Return Value
Type Description
Boolean True if the value is valid, false if the value is invalid.