2027 Method
Changes 0
M

FlexPipe.IsFlexPipeTypeId

Description:
Checks if given type is valid flexible pipe type.
Remarks:
A type is valid for flexible pipe if it can be used to the flexible pipe element.
public static bool IsFlexPipeTypeId(
	Document document,
	ElementId pipeTypeId
)
  • document
    The document.
  • pipeTypeId
    ElementId of the flexible pipe type to check.
Return Value Boolean True if flexible pipe type can used for this pipe, false otherwise.