<Code Lib>
2025.3 Method
Changes 0
M

CompoundStructure.GetWidth(Int32)

Description:
Computes the width of the envelope (2d bounding box) of the specified region.
Overloads (2):
GetWidth
GetWidth(Int32)

public double GetWidth(
	int regionId
)

  • Int32
    regionId
    The id of a region in this vertically compound structure.
Return Value Double The width of the envelope (2d bounding box) of the region.

Loading…