Sets the profile loop to use for the specified structural deck.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public void SetDeckProfileId(
int layerIdx,
ElementId profileId
) |
Visual Basic |
---|
Public Sub SetDeckProfileId ( _
layerIdx As Integer, _
profileId As ElementId _
) |
Visual C++ |
---|
public:
void SetDeckProfileId(
int layerIdx,
ElementId^ profileId
) |
Parameters
- layerIdx
- Type: System..::..Int32
Index of a layer in the CompoundStructure.
- profileId
- Type: Autodesk.Revit.DB..::..ElementId
The element id of a FamilySymbol which contains a profile loop to be used by the specified layer if it is a structural deck.
Exceptions
See Also