PropertyLineGetPropertyTable Method

Gets 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 IList<PropertyTableEntry> GetPropertyTable()

Return Value

IListPropertyTableEntry
Exceptions
ExceptionCondition
InvalidOperationException PropertyLine is not table-based. -or- Failed to get property table for the property line element if it is sketch-based.
See Also