2027 Method
Changes 0
M

StructuralFramingUtils.IsEndReferenceValid

Description:
Determines if the given reference can be set for the given end of the framing element.
public static bool IsEndReferenceValid(
	FamilyInstance familyInstance,
	int end,
	Reference pick
)
  • familyInstance
    The FamilyInstance, which must be of a structural framing category, non-concrete and joined at the given end.
  • Int32
    end
    The index of the end (0 for the start, 1 for the end).
  • pick
    The reference to be checked against the given end of the framing element.
Return Value Boolean True if the given reference can be set for the given end of the framing element.