2027 Method
Changes 0
M

FamilyManager.ReorderParameters

Description:
Reorders the family parameters by the specified parameters order.
Remarks:

Reordering the parameters only affects visible parameters within the same parameter group.

Parameters that belong to different groups will remain separated, and the groups' order will not be affected.

public void ReorderParameters(
	IList<FamilyParameter> parameters
)
  • parameters
    The new parameters order for the family. The contents of this collection should consist of exactly the same parameters returned by the GetParameters() method. This will include invisible parameters; they can be reordered but this will have no effect when viewing the parameters in the Revit UI.