Property
|
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)
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
BooleanTrue if it is valid to create PropertyLine; otherwise it is not valid to create propertyline.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |