EnergyDataSettingsAnalyticalSurfaceResolution Property

Analytical Surface Resolution defines the smallest dimension of any surface to be included in the energy analytical model. This setting is ignored if AnalysisType is RoomsOrSpaces.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public double AnalyticalSurfaceResolution { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property:
Remarks
The resolution should be less than the smallest dimension of any surface to be included in the energy analytical model.
See Also