FlexPipe.IsFlexPipeTypeId
Method
Description:
Checks if given type is valid flexible pipe type.
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.
A type is valid for flexible pipe if it can be used to the flexible pipe element.
Parameters
Parameter | Type | Description |
---|---|---|
document | Document | The document. |
pipeTypeId | ElementId | ElementId of the flexible pipe type to check. |
Return Value
Type | Description |
---|---|
Boolean | True if flexible pipe type can used for this pipe, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |