PropertyLineIsValidPropertyTable 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  IListPropertyTableEntry
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
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also