<Code Lib>
2022 Method
Changes 0
M

CompoundStructure.GetRegionIds

Description:
Gets the region ids of this compound structure.
Remarks:
A vertically compound structure consists of regions with polygonal boundaries.

public IList<int> GetRegionIds()

IList<int> The ids of the regions defining this CompoundStructure.

Loading…