PropertyLineSetPropertyTable 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  IListPropertyTableEntry
Input property table.
Exceptions
ExceptionCondition
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