SpaceBoundaryLevel Property


Level of space boundaries exported in IFC file.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Since: 2011

Syntax

C#
public int SpaceBoundaryLevel { get; set; }
Visual Basic
Public Property SpaceBoundaryLevel As Integer
	Get
	Set
Visual C++
public:
property int SpaceBoundaryLevel {
	int get ();
	void set (int value);
}

Remarks

There are three valid values for this integer: 0 = export no space boundaries. This can save space if the receiving application doesn't use them. 1 = export 1st level space boundaries. This is the default. 2 = export 2nd level space boundaries. This is primarily for use in energy analysis programs, and the GSA. Default is 1.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →