IFCRange
Description:
Typically for IFC export, this represents the lower and upper elevations for split wall and column geometry.
Typically for IFC export, this represents the lower and upper elevations for split wall and column geometry.
Remarks:
It contains two double values representing the starting and ending values as a range.
It contains two double values representing the starting and ending values as a range.
public class IFCRange : IDisposable
| Name | Return Type | Description |
|---|---|---|
| IFCRange() | None | Instantiates a default IFCRange object. |
| IFCRange(Double, Double) | None | Instantiates an IFCRange object. |
| IFCRange(IFCRange) | None | Instantiates an IFCRange object by copy. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| End | double | The ending value of the range. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Start | double | The starting value of the range. |