<Code Lib>
2021 Method
Changes 0
M

CompoundStructure.GetRegionEnvelope

Description:
Gets the envelope that a specified region spans.
Remarks:
This envelope indicates the external boundary of the region. The coordinate system it defines is used in the results of GetSegmentCoordinate().

public BoundingBoxUV GetRegionEnvelope(
	int regionId
)

  • Int32
    regionId
    The id of the region.
Return Value BoundingBoxUV The envelope of the region.

Loading…