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: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract void ModifyElementInState(
	ITimeBasedState oldState,
	ITimeBasedState stateToModify
)
Public MustOverride Sub ModifyElementInState ( 
	oldState As ITimeBasedState,
	stateToModify As ITimeBasedState
)
public:
virtual void ModifyElementInState(
	ITimeBasedState^ oldState, 
	ITimeBasedState^ stateToModify
) abstract
abstract ModifyElementInState : 
        oldState : ITimeBasedState * 
        stateToModify : ITimeBasedState -> unit 
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