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.2.419.0 (24.2.419.0)
Syntax public virtual Object GetElementDefinedIn(
string element
)
Public Overridable Function GetElementDefinedIn (
element As String
) As Object
public:
virtual Object^ GetElementDefinedIn(
String^ element
)
abstract GetElementDefinedIn :
element : string -> Object
override GetElementDefinedIn :
element : string -> Object
Parameters
- element
- Type: SystemString
The element whose defined-in object is requested.
Return Value
Type:
ObjectThe
Axes,
ReferenceFrame, or
Object that the
element is represented in.
See Also