CompoundStructureCreateSimpleCompoundStructure Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static CompoundStructure CreateSimpleCompoundStructure(
IList<CompoundStructureLayer> layers
)
Public Shared Function CreateSimpleCompoundStructure (
layers As IList(Of CompoundStructureLayer)
) As CompoundStructure
public:
static CompoundStructure^ CreateSimpleCompoundStructure(
IList<CompoundStructureLayer^>^ layers
)
static member CreateSimpleCompoundStructure :
layers : IList<CompoundStructureLayer> -> CompoundStructure
Parameters
- layers IListCompoundStructureLayer
-
Return Value
CompoundStructure
See Also