ExportLayerTable.GetAvaliableLayerModifierTypes
Method
Description:
Gets all the avaliable layer modifier types for the layer key.
Gets all the avaliable layer modifier types for the layer key.
Syntax
public static IList<ModifierType> GetAvaliableLayerModifierTypes(
Document document,
ExportLayerKey exportLayerKey
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | A Revit document to retrieve avaliable layer modifier types from. |
| exportLayerKey | ExportLayerKey | The export layer key to specify wich category and subCategory will be used to get the layer modifier types. |
Return Value
| Type | Description |
|---|---|
| IList | The layer modifier types. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was NULL |