<Code Lib>
2020 Class
Changes 0
C

LayerModifier

Description:
A modifier used to designate extra strings to appear in the exported layer name.
Remarks:
A modifier consists of a type (from ModifierType and an optional separator. Apply a modifier to one or more ExportLayerInfo objects to modify the layer name that will be assigned when a Revit object is exported.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LayerModifier

public class LayerModifier : IDisposable

Name Return Type Description
C LayerModifier() LayerModifier Constructs a new LayerModifier with default values.
C LayerModifier(ModifierType, String) LayerModifier Constructs a new LayerModifier with modifierType and separator.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P ModifierType ModifierType The modifier type.
P Separator string The separator string that will follow this modifier in the export layer name.

Loading…