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 |
|---|---|---|
| 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 |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| ModifierType | ModifierType | The modifier type. |
| Separator | string | The separator string that will follow this modifier in the export layer name. |