PropertyLineGetPropertyTable Method |
Gets the table entries for a table-based PropertyLine element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic IList<PropertyTableEntry> GetPropertyTable()
Public Function GetPropertyTable As IList(Of PropertyTableEntry)
public:
IList<PropertyTableEntry^>^ GetPropertyTable()
member GetPropertyTable : unit -> IList<PropertyTableEntry>
Return Value
IListPropertyTableEntry
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
PropertyLine is not table-based.
-or-
Failed to get property table for the property line element if it is sketch-based.
|
See Also