FabricSheetTypeMinorLapSpliceLength Property

The lap splice length in the minor direction.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double MinorLapSpliceLength { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException When setting this property: minorLapSpliceLength is greater than the half of the overall width.
See Also