EnergyDataSettingsAnalyticalSpaceResolution Property |
Analytical Space Resolution defines the minimum gap between Revit elements that will be ignored in the identification of energy analytical model spaces.
This setting is ignored if AnalysisType is RoomsOrSpaces.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic double AnalyticalSpaceResolution { get; set; }Public Property AnalyticalSpaceResolution As Double
Get
Set
public:
property double AnalyticalSpaceResolution {
double get ();
void set (double value);
}member AnalyticalSpaceResolution : float with get, set
Property Value
Double
Exceptions
Remarks
The maximum distance between Revit elements that may be ignored in the identification of energy analytical model spaces is 2 times the Analytical Space Resolution setting.
See Also