Revit 2025.3 API
Compound |
Describes a single layer in a CompoundStructure.
SystemObject
Autodesk.Revit.DBCompoundStructureLayer
Autodesk.Revit.DBCompoundStructureLayer
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
The CompoundStructureLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| CompoundStructureLayer | Creates a compound structure layer using default settings. | |
| CompoundStructureLayer(CompoundStructureLayer) | Creates a copy of a compound structure layer. | |
| CompoundStructureLayer(Double, MaterialFunctionAssignment, ElementId) | Creates a default compound structure layer based on the given width, function and material element id. |
| Name | Description | |
|---|---|---|
| DeckEmbeddingType | Embedding type for structural deck - only for a layer whose function is StructuralDeck. | |
| DeckProfileId | The ElementId of the structural deck profile - only for a layer whose function is StructuralDeck. | |
| Function | The function of the layer. | |
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. | |
| LayerCapFlag | Identifies if the layer participates in wrapping at end caps and/or inserts. | |
| LayerId | The id of the layer - note that this may be different from the index in the array of layers in a CompoundStructure. | |
| MaterialId | Id of the material assigned to this layer. | |
| Width | Width of the layer. |
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the CompoundStructureLayer | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
See Also