CompoundStructureLayer
Description:
Describes a single layer in a CompoundStructure.
Describes a single layer in a CompoundStructure.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.CompoundStructureLayer
System.Object
Autodesk.Revit.DB.CompoundStructureLayer
public class CompoundStructureLayer : IDisposable
| Name | Return Type | Description |
|---|---|---|
| CompoundStructureLayer() | None | Creates a compound structure layer using default settings. |
| CompoundStructureLayer(CompoundStructureLayer) | None | Creates a copy of a compound structure layer. |
| CompoundStructureLayer(Double, MaterialFunctionAssignment, ElementId) | None | Creates a default compound structure layer based on the given width, function and material element id. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| DeckEmbeddingType | StructDeckEmbeddingType | Embedding type for structural deck - only for a layer whose function is StructuralDeck. |
| DeckProfileId | ElementId | The ElementId of the structural deck profile - only for a layer whose function is StructuralDeck. |
| Function | MaterialFunctionAssignment | The function of the layer. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| LayerCapFlag | bool | Identifies if the layer participates in wrapping at end caps and/or inserts. |
| LayerId | int | The id of the layer - note that this may be different from the index in the array of layers in a CompoundStructure. |
| MaterialId | ElementId | Id of the material assigned to this layer. |
| Width | double | Width of the layer. |