SetPropertyTable Method


Property Line Set Property Table Method

Sets the table entries for a table-based PropertyLine element.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public void SetPropertyTable(
	IList<PropertyTableEntry> newTable
)

Parameters

newTable IList PropertyTableEntry
Input property table.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
InvalidOperationException PropertyLine is not table-based. -or- Failed to set property table for the property line element if it is sketch-based.
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 →