PropertyLineIsValidPropertyTable Method |
Function used to check the input table is valid to create property line element
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic static bool IsValidPropertyTable(
Document document,
IList<PropertyTableEntry> pt
)
Public Shared Function IsValidPropertyTable (
document As Document,
pt As IList(Of PropertyTableEntry)
) As Boolean
public:
static bool IsValidPropertyTable(
Document^ document,
IList<PropertyTableEntry^>^ pt
)
static member IsValidPropertyTable :
document : Document *
pt : IList<PropertyTableEntry> -> bool 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
See Also