RebarShapeGetDefaultHookOrientation Method |
Get the hook orientation.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic RebarHookOrientation GetDefaultHookOrientation(
int index
)
Public Function GetDefaultHookOrientation (
index As Integer
) As RebarHookOrientation
public:
RebarHookOrientation GetDefaultHookOrientation(
int index
)
member GetDefaultHookOrientation :
index : int -> RebarHookOrientation
Parameters
- index Int32
-
0 for the starting hook, 1 for the ending hook.
Return Value
RebarHookOrientation
Exceptions
Remarks
Replaces the method GetHookOrientation() from prior releases.
See Also