AddParameterSchemaWithBindings Method


Extended Properties Link Data Add Parameter Schema With Bindings Method

Adds a schema id to the extended properties link.

Namespace: Autodesk.Revit.DB.ExternalData
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void AddParameterSchemaWithBindings(
	ForgeTypeId schemaId,
	ExtendedPropertiesBindings bindings
)

Parameters

schemaId ForgeTypeId
Identifier of the schema to add.
bindings ExtendedPropertiesBindings
The bindings for the schema.
Exceptions
Exception Condition
ArgumentException The ForgeTypeId represents a malformed schema identifier. -or- Thrown when the schemaId already contains bindings.
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 →