ReferenceFrameAdapter Constructor (String, ReferenceFrame) | 
 
            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 ReferenceFrameAdapter(
	string elementIdentification,
	ReferenceFrame currentReferenceFrame
)
Public Sub New ( 
	elementIdentification As String,
	currentReferenceFrame As ReferenceFrame
)
public:
ReferenceFrameAdapter(
	String^ elementIdentification, 
	ReferenceFrame^ currentReferenceFrame
)
new : 
        elementIdentification : string * 
        currentReferenceFrame : ReferenceFrame -> ReferenceFrameAdapterParameters
- elementIdentification
 - Type: SystemString
The identification of the element to be transformed. - currentReferenceFrame
 - Type: AGI.Foundation.GeometryReferenceFrame
The ReferenceFrame that the element in the state should be adapted to. 
See Also