Revit 2017.1 API |
AreaVolumeSettings..::..GetAreaVolumeSettings Method |
AreaVolumeSettings Class See Also |
Get the area and volume settings of the project.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
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 |