MassZoneCoreOffset Property


It defines the default behavior for the automatic generation of Mass Zones for each Mass Floor in the Project. Specifying a value here will offset the outside perimeter of a Mass Zone to create the core.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since: 2011

Syntax

C#
[ObsoleteAttribute("This property is obsolete and will be removed in a future version of Revit. Use CoreOffset instead.")]
public double MassZoneCoreOffset { get; set; }
Visual Basic
<ObsoleteAttribute("This property is obsolete and will be removed in a future version of Revit. Use CoreOffset instead.")> _
Public Property MassZoneCoreOffset As Double
	Get
	Set
Visual C++
[ObsoleteAttribute(L"This property is obsolete and will be removed in a future version of Revit. Use CoreOffset instead.")]
public:
property double MassZoneCoreOffset {
	double get ();
	void set (double value);
}

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException When setting this property: The mass zone core offset is less than zero.

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 →