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