CompoundStructure.GetWidth
Description:
Computes the width of the envelope (2d bounding box) of the specified region.
Computes the width of the envelope (2d bounding box) of the specified region.
Overloads (2):
GetWidth(Int32)
public double GetWidth(
int regionId
)
-
Int32regionIdThe id of a region in this vertically compound structure.
Return Value
double
The width of the envelope (2d bounding box) of the region.
-
It is not a valid region id.
-
This operation is valid only for vertically compound structures.