RebarHookTypeCreate Method |
Creates a new RebarHookType in a document.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static RebarHookType Create(
Document doc,
double angle,
double multiplier
)
Public Shared Function Create (
doc As Document,
angle As Double,
multiplier As Double
) As RebarHookType
public:
static RebarHookType^ Create(
Document^ doc,
double angle,
double multiplier
)
static member Create :
doc : Document *
angle : float *
multiplier : float -> RebarHookType
Parameters
- doc Document
-
- angle Double
-
Determine the hook angle of new RebarHookType.
- multiplier Double
-
Determine the straight line multiplier of new RebarHookType.
Return Value
RebarHookType
Exceptions
See Also