ExportLayerInfo
Description:
A value used to represent the info stored in the .
A value used to represent the info stored in the .
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExportLayerInfo
System.Object
Autodesk.Revit.DB.ExportLayerInfo
public class ExportLayerInfo : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| ExportLayerInfo() | None | Constructs a new ExportLayerInfo with default values. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| AddCutLayerModifier(LayerModifier) | None | Adds a cut layer modifier to the layer info. | |
| AddLayerModifier(LayerModifier) | None | Adds a project layer modifier to the layer info. | |
| ClearCutLayerModifiers() | None | Clears all the cut layer modifiers stored in the layer info. | |
| ClearLayerModifiers() | None | Clears all the project layer modifiers stored in the layer info. | |
| Dispose() | None | Releases all resources used by the ExportLayerInfo | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetCutLayerModifiers() | IList<LayerModifier> | Gets all the cut layer modifiers from the layer info. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetLayerModifiers() | IList<LayerModifier> | Gets all the project layer modifiers from the layer info. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| RemoveCutLayerModifier(LayerModifier) | None | Removes a cut layer modifier from the layer info. | |
| RemoveLayerModifier(LayerModifier) | None | Removes a project layer modifier from the layer info. | |
| SetCutLayerModifiers(IList<LayerModifier>) | None | ||
| SetLayerModifiers(IList<LayerModifier>) | None | ||
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CategoryType | LayerCategoryType | The category type which this layer belongs to. | |
| ColorName | string | The color name stored in value. For IFC export, the naming is to match the "colornumber" setting -- really, this stores a string that generates the colorNumber (for formats that don't use the color but need a second entry.) | |
| ColorNumber | int | The color number stored in value. | |
| CutColorNumber | int | The cut color number stored in value. | |
| CutLayerName | string | The cut layer name stored in value. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| LayerName | string | The layer name stored in value. |