<Code Lib>
2020 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
)

Return Value bool True if newWidth is zero and the region was deleted.

Loading…