RVTDocs.com

RebarBendingDetail.IsBendingDetail

Method
Description:
Checks if the input element is a bending detail.
Syntax
public static bool IsBendingDetail(
	Element bendingDetail
)
Parameters
Parameter Type Description
bendingDetail Element The element that will be checked.
Return Value
Type Description
Boolean Returns true if the input element is a bending detail, false otherwise.
Exceptions
Exception Condition
ArgumentException The bendingDetail should be a bending detail.
ArgumentNullException A non-optional argument was null