Gets the region ids of this compound structure.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IList<int> GetRegionIds()
Return Value
IList<Int32>
The ids of the regions defining this CompoundStructure.
Exceptions
Remarks
A vertically compound structure consists of regions with polygonal boundaries.
See Also
Reference