Click or drag to resize

StateElementAdapterModifyElementInState Method

This method extracts the element matching the ElementIdentification in the oldState, optionally performs some transformation on that element, and then modifies the stateToModify with that new element.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract void ModifyElementInState(
	ITimeBasedState oldState,
	ITimeBasedState stateToModify
)

Parameters

oldState
Type: AGI.Foundation.CoordinatesITimeBasedState
The state whose ElementIdentifications element will be extracted.
stateToModify
Type: AGI.Foundation.CoordinatesITimeBasedState
The state to modify with the edited value or MotionT.
See Also