2027 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 Inherited From
C LayerModifier() None Constructs a new LayerModifier with default values.
C LayerModifier(ModifierType, String) None Constructs a new LayerModifier with modifierType and separator.
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the LayerModifier
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
Name Return Type Description Inherited From
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P ModifierType ModifierType The modifier type of LayerModifier.
P Separator string The separator string that will follow this modifier in the export layer name.