2027 Method
Changes 0
M

CompoundStructure.ChangeRegionWidth

Description:
Adjust the width of an existing simple region.
Remarks:
If width is changed to zero, the effect is to delete the region.
public bool ChangeRegionWidth(
	int regionId,
	double newWidth
)
  • Int32
    regionId
    The id of a region.
  • Double
    newWidth
    The desired width of the specified region.
Return Value Boolean True if newWidth is zero and the region was deleted.