RVTDocs.com

CompoundStructure.SampleHeight

Property
Description:
The sample height is the presumed height of the wall to which the data in this CompoundStructure is applied.
Remarks:
This value has meaning only for vertically compound structures. In order to apply this CompoundStructure to a wall whose height differs from the sample height, the underlying grid will be rescaled.
Syntax
public double SampleHeight { get; set; }
Exceptions
Exception Condition
ArgumentOutOfRangeException When setting this property: The value newSampleHeight is smaller than the value of MinimumSampleHeight.
InvalidOperationException This operation is valid only for vertically compound structures.