2027 Method
Changes 0
M

RebarHookType.Create

Description:
Creates a new RebarHookType in a document.
public static RebarHookType Create(
	Document doc,
	double angle,
	double multiplier
)
  • doc
  • Double
    angle
    Determine the hook angle in radians of new RebarHookType. Must be greater than 0.0174532925 (1 degree) and no more than PI (180 degree).
  • Double
    multiplier
    Determine the straight line multiplier of new RebarHookType.
Return Value RebarHookType RebarHookType
  • The given value for angle is not a number -or- The given value for multiplier is not a number
  • A non-optional argument was null
  • angle must be greater than 0.0174532925 (1 degree) and no more than PI (180 degree). -or- multiplier must be greater than 0 and no more than 99.