RVTDocs.com

FlexPipe.IsPipingSystemTypeId

Method
Description:
Checks if given type is valid piping system type.
Syntax
public static bool IsPipingSystemTypeId(
	Document document,
	ElementId systemTypeId
)
Parameters
Parameter Type Description
document Document The document.
systemTypeId ElementId ElementId of the piping system type to check.
Return Value
Type Description
Boolean True if the given systemTypeId is the piping system type, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null