<Code Lib>
2024 Class
Changes 0
C

ExportLayerKey

Description:
A key used to represent an item stored in an .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportLayerKey

public class ExportLayerKey : IDisposable

Name Return Type Description
C ExportLayerKey() ExportLayerKey Constructs a new ExportLayerKey with default values.
C ExportLayerKey(String, String, SpecialType) ExportLayerKey Constructs a new ExportLayerKey with categoryName, subCategoryName and a special type.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P CategoryName string The category name.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P SpecialType SpecialType The special type for layer key.
P SubCategoryName string The subcategrory Name.

Loading…