Click or drag to resize

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)
Syntax
public Object GetDefinedIn(
	string elementIdentification
)

Parameters

elementIdentification
Type: System.String
The elements identification.

Return Value

Type: Object
The defined-in object for the specified element, often a ReferenceFrame or Axes
See Also