Get the area and volume settings of the project.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2014
Syntax
| C# |
|---|
public static AreaVolumeSettings GetAreaVolumeSettings( Document aDoc ) |
| Visual Basic |
|---|
Public Shared Function GetAreaVolumeSettings ( _ aDoc As Document _ ) As AreaVolumeSettings |
| Visual C++ |
|---|
public: static AreaVolumeSettings^ GetAreaVolumeSettings( Document^ aDoc ) |
Parameters
- aDoc
- Type: Autodesk.Revit.DB..::..Document
The document.
Return Value
The area and volume settings of the project.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |