Click or drag to resize

NumericalInitialStateSegment.GetDefinedIn Method

Gets the object (for example, a ReferenceFrame, an Axes, etc.) in which the specified element is defined in. This can return null if there is no such object. When overriding this method, you generally should not call the base method, instead the derived segment should keep track of the elements and defined in objects itself.

Namespace:  AGI.Foundation.SegmentPropagation
Assembly:  AGI.Foundation.SegmentPropagation (in AGI.Foundation.SegmentPropagation.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public override Object GetDefinedIn(
	string element
)

Parameters

element
Type: System.String
The identification of the element.

Return Value

Type: Object
The defined in object for the element.
See Also