Sets the extendable region ids for the compound structure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public void SetExtendableRegionIds(
bool top,
IList<int> regionIds
) |
Visual Basic |
---|
Public Sub SetExtendableRegionIds ( _
top As Boolean, _
regionIds As IList(Of Integer) _
) |
Visual C++ |
---|
public:
void SetExtendableRegionIds(
bool top,
IList<int>^ regionIds
) |
Parameters
- top
- Type: System..::..Boolean
If true, set ids of regions which are extendable at the top, otherwise
set the ids of regions which are extendable at the bottom.
- regionIds
- Type: System.Collections.Generic..::..IList<(Of <(<'Int32>)>)>
The ids of regions which will be extendable.
Remarks
Exceptions
See Also