Commands  ›   ›  Parameter Editor

Parameter Editor

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active Revit document must be open. FamilyInstances may or may not be pre-selected — the editor supports launching with an empty grid and refreshing later.

After it runs

A singleton ParameterEditorView window is shown. Changed parameter values are written back inside a Transaction when the user clicks Apply.

When to use this

Don't use this when

Editing parameters of non-FamilyInstance elements (walls, floors, etc.). Bulk parameter export to Excel (use ExportParametersCommand).

What you'll see in the chat

on start
Opening the Parameter Editor...
Loading family parameters into the editor...
thinking
Reading selected family instances...
Building parameter snapshot...
Launching editor window...
on success
Parameter Editor opened with {elementCount} element(s).
on failure
Could not open Parameter Editor: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/parameter_editor
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

parameter editor · edit parameters · elevation editor · hosting parameters · family parameters

Pillar