<Code Lib>
2025.3 Method
Changes 7
M

Zone.RemoveSpaces

Description:
Remove a set of existing spaces to the current Zone element.

public bool RemoveSpaces(
	SpaceSet spaces
)

  • spaces
    The spaces which want to delete from the current zone element.
Return Value Boolean If successful the current zone element will remove a set of input spaces, otherwise .

Loading…