RVTDocs.com

FabricArea.IsValidMajorLapSplice

Method
Description:
Identifies if the specified value is valid for use as a major lap splice.
Remarks:
The major lap splice should be less than or equal to half of the overall length.
Syntax
public bool IsValidMajorLapSplice(
	double majorLapSplice
)
Parameters
Parameter Type Description
majorLapSplice Double The major lap splice value.
Return Value
Type Description
Boolean True if the value is valid, false if the value is invalid.