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