BasicStateRemoveStateElement 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.2.419.0 (24.2.419.0)
Syntax public bool RemoveStateElement(
string elementIdentification
)
Public Function RemoveStateElement (
elementIdentification As String
) As Boolean
public:
virtual bool RemoveStateElement(
String^ elementIdentification
) sealed
abstract RemoveStateElement :
elementIdentification : string -> bool
override RemoveStateElement :
elementIdentification : string -> bool
Parameters
- elementIdentification
- Type: SystemString
The name of the element to be removed.
Return Value
Type:
Boolean if the element was removed successfully; otherwise
.
Implements
IAdjustableStateRemoveStateElement(String)See Also