Settings

Settings

The following table identifies the commands in the Revit Platform UI Manage tab, and corresponding APIs.

Table 7: Settings in API and UI

UI command

Associated API

Reference

Settings Project Information

Document.ProjectInformation

See the following note

Settings Project Parameters

Document.ParameterBindings (Only for Shared Parameter)

See Shared Parameters

Project Location panel

Document.ProjectLocations

Document.ActiveProjectLocation

See Place and Locations

Settings Additional Settings Fill Patterns

FilteredElementCollector filtering on class FillPatternElement

See the following note

Settings Materials

FilteredElementCollector filtering on class Material

See Materials Management

Settings Object Styles

Document.Settings.Categories

See the following note

Phasing Phases

Document.Phases

See the following note

Settings Structural Settings

Loads and related structural settings are available in the API

See Revit Structure

Settings Project Units

Document.GetUnits()

See Units

Area and Volume Calculations (on the Room & Area panel)

AreaVolumeSettings.GetAreaVolumeSettings()

See the following note