RVTDocs.com
Namespace: Autodesk.Revit.DB

ExportLayerKey

Class
Description:
A key used to represent an item stored in an .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportLayerKey
Syntax
public class ExportLayerKey : IDisposable
ExportLayerKey Class Members:
Name Description Inherited From
ExportLayerKey() Constructs a new ExportLayerKey with default values.
ExportLayerKey(String, String, SpecialType) Constructs a new ExportLayerKey with categoryName, subCategoryName and a special type.
Name Description Inherited From
CategoryName The category name.
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
SpecialType The special type for layer key.
SubCategoryName The subcategrory Name.
Name Description Inherited From
Dispose Releases all resources used by the ExportLayerKey
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object