Click or drag to resize

IAdjustableStateRemoveStateElement Method

Removes the specified element and its data from this state.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
bool RemoveStateElement(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The name of the element to be removed.

Return Value

Type: Boolean
if the element was removed successfully; otherwise .
See Also