DoNothingStateElementAdapter Constructor (String) | 
 
            Initializes a new instance.
            
 
    Namespace: 
   AGI.Foundation.Coordinates
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic DoNothingStateElementAdapter(
	string elementIdentification
)
Public Sub New ( 
	elementIdentification As String
)
public:
DoNothingStateElementAdapter(
	String^ elementIdentification
)
new : 
        elementIdentification : string -> DoNothingStateElementAdapterParameters
- elementIdentification
 - Type: SystemString
The element in the state that this operator will work on. 
See Also