CompoundStructureSampleHeight Property |
The sample height is the presumed height of the wall to which the data in this CompoundStructure is applied.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double SampleHeight { get; set; }
Public Property SampleHeight As Double
Get
Set
public:
property double SampleHeight {
double get ();
void set (double value);
}
member SampleHeight : float with get, set
Property Value
Double
The height of the wall used to define the vertically compound structure.
Exceptions
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.
See Also