ExportLayerInfo Class

ExportLayerInfo Class

A value used to represent the info stored in the ExportLayerTable.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBExportLayerInfo

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public class ExportLayerInfo : IDisposable
Public Class ExportLayerInfo
	Implements IDisposable
public ref class ExportLayerInfo : IDisposable
type ExportLayerInfo = 
    class
        interface IDisposable
    end

The ExportLayerInfo type exposes the following members.

Constructors
 NameDescription
Public methodExportLayerInfo Constructs a new ExportLayerInfo with default values.
Top
Properties
 NameDescription
Public propertyCategoryType The category type which this layer belongs to.
Public propertyColorName 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.)
Public propertyColorNumber The color number stored in value.
Public propertyCutColorNumber The cut color number stored in value.
Public propertyCutLayerName The cut layer name stored in value.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyLayerName The layer name stored in value.
Top
Methods
 NameDescription
Public methodAddCutLayerModifier Adds a cut layer modifier to the layer info.
Public methodAddLayerModifier Adds a project layer modifier to the layer info.
Public methodClearCutLayerModifiers Clears all the cut layer modifiers stored in the layer info.
Public methodClearLayerModifiers Clears all the project layer modifiers stored in the layer info.
Public methodDisposeReleases all resources used by the ExportLayerInfo
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetCutLayerModifiers Gets all the cut layer modifiers from the layer info.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetLayerModifiers Gets all the project layer modifiers from the layer info.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemoveCutLayerModifier Removes a cut layer modifier from the layer info.
Public methodRemoveLayerModifier Removes a project layer modifier from the layer info.
Public methodSetCutLayerModifiers 
Public methodSetLayerModifiers 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also