2027 Method
Changes 0
M

ExportLayerTable.GetAvaliableLayerModifierTypes

Description:
Gets all the avaliable layer modifier types for the layer key.
public static IList<ModifierType> GetAvaliableLayerModifierTypes(
	Document document,
	ExportLayerKey exportLayerKey
)
  • document
    A Revit document to retrieve avaliable layer modifier types from.
  • exportLayerKey
    The export layer key to specify wich category and subCategory will be used to get the layer modifier types.
Return Value IList<ModifierType> The layer modifier types.