NumericalInitialStateSegmentGetDefinedIn Method |
Gets the object (for example, a
ReferenceFrame, an
Axes, etc.)
in which the specified
element is defined in. This can return
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.2.419.0 (24.2.419.0)
Syntax public override Object GetDefinedIn(
string element
)
Public Overrides Function GetDefinedIn (
element As String
) As Object
public:
virtual Object^ GetDefinedIn(
String^ element
) override
abstract GetDefinedIn :
element : string -> Object
override GetDefinedIn :
element : string -> Object
Parameters
- element
- Type: SystemString
The identification of the element.
Return Value
Type:
ObjectThe defined in object for the
element.
See Also