IsValidPropertyTable Method


Property Line Is Valid Property Table Method

Function used to check the input table is valid to create property line element

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static bool IsValidPropertyTable(
	Document document,
	IList<PropertyTableEntry> pt
)

Parameters

document Document
The document to check.
pt IList PropertyTableEntry
Input property table to valid.

Return Value

Boolean
True if it is valid to create PropertyLine; otherwise it is not valid to create propertyline.
Exceptions
Exception Condition
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 →