2027 Class
Changes 7
C

CompoundStructureLayer

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