PropertyLine.IsValidPropertyTable
Description:
Function used to check the input table is valid to create property line element
Function used to check the input table is valid to create property line element
public static bool IsValidPropertyTable(
Document document,
IList<PropertyTableEntry> pt
)
-
documentThe document to check.
-
IList<PropertyTableEntry>ptInput property table to valid.
Return Value
Boolean
True if it is valid to create PropertyLine; otherwise it is not valid to create propertyline.
-
A non-optional argument was null