CompoundStructure.ChangeRegionWidth
Description:
Adjust the width of an existing simple region.
Adjust the width of an existing simple region.
Remarks:
If width is changed to zero, the effect is to delete the region.
If width is changed to zero, the effect is to delete the region.
public bool ChangeRegionWidth(
int regionId,
double newWidth
)
-
Int32regionIdThe id of a region.
-
DoublenewWidthThe desired width of the specified region.
-
It is not a valid region id. -or- It is not a simple region.
-
This operation is valid only for vertically compound structures.