IAdjustableState.RemoveStateElement 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: 25.1.421.0 (25.1.421.0)
Syntaxbool RemoveStateElement(
string elementIdentification
)
Function RemoveStateElement (
elementIdentification As String
) As Boolean
bool RemoveStateElement(
String^ elementIdentification
)
abstract RemoveStateElement :
elementIdentification : string -> bool
Parameters
- elementIdentification
- Type: System.String
The name of the element to be removed.
Return Value
Type:
Booleantrue if the element was removed successfully; otherwise
false.
See Also