2027 Method
Changes 0
M

MassInstanceUtils.RemoveMassLevelDataFromMassInstance

Description:
Delete the MassLevelData (Mass Floor) that associates a Level with a mass instance.
Remarks:
Alternatively, you could just delete the MassLevelData.
public static void RemoveMassLevelDataFromMassInstance(
	Document document,
	ElementId massInstanceId,
	ElementId levelId
)
  • document
    The Document.
  • massInstanceId
    The ElementId of the mass instance.
  • levelId
    The ElementId of the Level to disassociate from the mass instance.