Share

ExportLayerTable.GetAvaliableLayerModifierTypes Method

Gets all the avaliable layer modifier types for the layer key.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static IList<ModifierType> GetAvaliableLayerModifierTypes(
	Document document,
	ExportLayerKey exportLayerKey
)

Parameters

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

IList<ModifierType>
The layer modifier types.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was NULL

See Also

Reference

Was this information helpful?