RebarHookTypeIsOffsetLengthRequired Method |
Check whether hook offset length is required.
remarks: If hook angle is no more than 90 degree, hook offset length is not meaningful.
returns: True if hook offset length is required, otherwise false.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool IsOffsetLengthRequired()
Public Function IsOffsetLengthRequired As Boolean
public:
bool IsOffsetLengthRequired()
member IsOffsetLengthRequired : unit -> bool
Return Value
Boolean
See Also