The sample height is the presumed height of the wall to which the data in this CompoundStructure is applied.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public double SampleHeight { get; set; }
Property Value
DoubleThe height of the wall used to define the vertically compound structure.
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. |