Share

ExportLayerInfo.AddLayerModifier Method

Adds a project layer modifier to the layer info.


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

Syntax

C#

public void AddLayerModifier(
	LayerModifier layerModifier
)

Parameters

layerModifier  LayerModifier
The project layer modifier.

Exceptions

ExceptionCondition
ArgumentException The separator string contains one or more prohibited characters. -or- The modifier type already exists in the layer info.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?