CompoundStructure.SetExtendableRegionIds
Description:
Sets the extendable region ids for the compound structure.
Sets the extendable region ids for the compound structure.
Remarks:
Regions along the top or bottom of the wall may be set to be extendable.
Regions along the top or bottom of the wall may be set to be extendable.
public void SetExtendableRegionIds(
bool top,
IList<int> regionIds
)
-
BooleantopIf true, set ids of regions which are extendable at the top, otherwise set the ids of regions which are extendable at the bottom.
-
IList<Int32>regionIdsThe ids of regions which will be extendable.
-
The region ids are not valid.
-
A non-optional argument was null
-
This operation is valid only for vertically compound structures.