RVTDocs.com

FabricArea.IsValidMinorLapSplice

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