Click or drag to resize

NumericalPropagatorAdapterHelperGetDefinedIn Method

Gets the defined in object for the specified element, or if there is none.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public Object GetDefinedIn(
	string elementIdentification
)

Parameters

elementIdentification
Type: SystemString
The elements identification.

Return Value

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