Click or drag to resize

SegmentResultsGetElementDefinedIn Method

Gets the Object that the element was defined in. Generally this is an Axes or ReferenceFrame. If this returns then either the element has no defined-in object, or the element was not propagated by the segment that made the results.

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 GetElementDefinedIn(
	string element
)

Parameters

element
Type: SystemString
The element whose defined-in object is requested.

Return Value

Type: Object
The Axes, ReferenceFrame, or Object that the element is represented in.
See Also