Click or drag to resize

SegmentDefinitionGetDefinedIn 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.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual Object GetDefinedIn(
	string element
)

Parameters

element
Type: SystemString
The identification of the element.

Return Value

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