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)
Syntaxpublic 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: System.String
The identification of the element.
Return Value
Type:
ObjectThe defined in object for the
element.
See Also