NumericalPropagatorAdapterHelper.GetDefinedIn Method |
Gets the defined in object for the specified element, or null if there is none.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Object GetDefinedIn(
string elementIdentification
)
Public Function GetDefinedIn (
elementIdentification As String
) As Object
public:
Object^ GetDefinedIn(
String^ elementIdentification
)
member GetDefinedIn :
elementIdentification : string -> Object
Parameters
- elementIdentification
- Type: System.String
The elements identification.
Return Value
Type:
ObjectThe defined-in object for the specified element,
often a
ReferenceFrame or
Axes
See Also