SetResultSchema Method


Spatial Field Manager Set Result Schema Method

Sets a new value for an existing result schema in the result registry

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetResultSchema(
	int idx,
	AnalysisResultSchema resultSchema
)

Parameters

idx Int32
Index of registered result schema
resultSchema AnalysisResultSchema
Result schema replacing the existent one
Exceptions
Exception Condition
ArgumentException idx refers to non-existent result schema -or- name of resultSchema is not unique in view
ArgumentNullException A non-optional argument was null
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →